Refactor pgAdmin4.py so it can be imported and is a lot more readable. Fixes #5455

This commit is contained in:
Aditya Toshniwal
2020-05-04 15:28:44 +01:00
committed by Dave Page
parent 370094274c
commit 059f1e38cc
3 changed files with 94 additions and 93 deletions

View File

@@ -15,6 +15,7 @@ Housekeeping
| `Issue #5443 <https://redmine.postgresql.org/issues/5443>`_ - Remove support for Python 2.
| `Issue #5444 <https://redmine.postgresql.org/issues/5444>`_ - Cleanup Python detection in the runtime project file.
| `Issue #5455 <https://redmine.postgresql.org/issues/5455>`_ - Refactor pgAdmin4.py so it can be imported and is a lot more readable.
Bug fixes
*********