pgAdmin 4 commit: Remove Python2 modules.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Remove Python2 modules.
Дата
Msg-id E1jWxNi-0005UA-9J@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Remove Python2 modules.

refs #5443

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d68e6bd892e5cb88b849fd16412b2fe2adaa6d4a
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                                    |  5 +----
web/pgadmin/authenticate/ldap.py                           |  6 +-----
web/pgadmin/tools/grant_wizard/__init__.py                 |  7 ++-----
web/pgadmin/tools/sqleditor/__init__.py                    |  7 +------
web/pgadmin/tools/sqleditor/command.py                     |  5 +----
.../tools/sqleditor/tests/test_view_data_templates.py      |  5 +----
.../tools/sqleditor/utils/is_query_resultset_updatable.py  |  6 ++----
web/pgadmin/tools/sqleditor/utils/save_changed_data.py     |  6 ++----
web/pgadmin/utils/driver/psycopg2/cursor.py                |  6 +-----
web/pgadmin/utils/session.py                               | 14 ++++----------
10 files changed, 16 insertions(+), 51 deletions(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Remove Python2 modules
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: RM-5434 (New table added is not alphabetically added to the tree)