pgAdmin 4 commit: Fix encoding issue when saving servers. Fixes #2518

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix encoding issue when saving servers. Fixes #2518
Date: 2017-06-28 13:44:37
Message-ID: E1dQDGn-000755-I9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix encoding issue when saving servers. Fixes #2518

Patch by Khushboo, based on a suggested fix from Ladislav Jech

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=301798d87a25e7ed2290af909a814a89107fd667
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/crypto.py | 4 ++++
1 file changed, 4 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-28 13:44:46 Re: crypto.py bug on server add form (button save) with python 3.5 - Can't convert 'bytes' object to str implicitly
Previous Message Dave Page 2017-06-28 13:38:05 Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed