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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix encoding issue when saving servers. Fixes #2518
Дата
Msg-id E1dQDGn-000755-I9@gothos.postgresql.org
обсуждение исходный текст
Список 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.vashi@enterprisedb.com>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed
Следующее
От: Dave Page
Дата:
Сообщение: Re: crypto.py bug on server add form (button save) with python 3.5 -Can't convert 'bytes' object to str implicitly