pgadmin4/web
Surinder Kumar 677008af10 Fix file type detection for Python 2.6. Fixes #1330
To find out the type of file selected using FileManager in query tool, we use bitwise OR( | ) on two sets which is not working on python-2.6.9 version.
Now we took list of elements instead of sets to fix the issue.
2016-06-13 16:35:11 +01:00
..
pgadmin Fix file type detection for Python 2.6. Fixes #1330 2016-06-13 16:35:11 +01:00
regression Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py User management. 2016-06-06 13:34:08 +01:00
pgAdmin4.py Fix "global name 'execfile' not defined". 2016-06-13 16:24:54 +01:00
setup.py Validate email addresses when creating the config DB. 2016-06-10 16:19:46 +01:00