pgAdmin 4 commit: Remove Python2 modules.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove Python2 modules.
Date: 2020-05-08 07:25:14
Message-ID: E1jWxNi-0005UA-9J@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-08 07:25:49 Re: RM-5434 (New table added is not alphabetically added to the tree)
Previous Message Khushboo Vashi 2020-05-08 06:00:03 [pgAdmin4][Patch] - Remove Python2 modules