pgadmin4/web/pgadmin/misc
Surinder Kumar d806a9ce9e Fix the file manager when used under Python 3. Fixes #1872
Issues fixed:

1) In Python 3, parameter "cmp" is removed from sorted method. So File Manager won't open.
As we are sorting data on JS side using Natural sort, so on server side sorting is not required.

2) Improvement in Exception handling.
2016-10-21 12:43:02 +01:00
..
bgprocess Flask-Babel 0.11+ compatibility. Fixes #1496 2016-07-25 17:23:10 +01:00
depends Improve network/server activity feedback for the user. Fixes #1751 2016-09-26 15:10:38 +01:00
file_manager Fix the file manager when used under Python 3. Fixes #1872 2016-10-21 12:43:02 +01:00
sql Improve network/server activity feedback for the user. Fixes #1751 2016-09-26 15:10:38 +01:00
static/explain Integrate the graphical explain module in the Query Editor. 2016-05-16 01:07:54 +05:30
statistics Improve network/server activity feedback for the user. Fixes #1751 2016-09-26 15:10:38 +01:00
templates Get rid of canvas colouring in graphical explain. 2016-06-17 16:34:03 +01:00
__init__.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00