pgAdmin 4 commit: Added NoneType exception handling in settings & serve

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Added NoneType exception handling in settings & serve
Дата
Msg-id E1ZxHh9-0003Pq-Tc@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Added NoneType exception handling in settings & server modules while returning json response.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52b86b6fb47140dacdbf14116b509e8397cc2068
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py |    7 ++++++-
web/pgadmin/settings/__init__.py                      |   15 +++++++++++++--
2 files changed, 19 insertions(+), 3 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update requirements files.
Следующее
От: Dave Page
Дата:
Сообщение: Re: Patch: Fixes for Python3 [ pgAdmin4 ]