Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release. Fixes #3730

This commit is contained in:
Akshay Joshi 2018-10-31 13:36:43 +05:30
parent 140372a5cf
commit b58f288eec
2 changed files with 3 additions and 2 deletions

View File

@ -25,3 +25,4 @@ Bug fixes
| `Bug #3700 <https://redmine.postgresql.org/issues/3700>`_ - Fix connection garbage collector.
| `Bug #3703 <https://redmine.postgresql.org/issues/3703>`_ - Purge connections from the cache on logout.
| `Bug #3722 <https://redmine.postgresql.org/issues/3722>`_ - Ensure that utility existence check should work for schema and other child objects while taking Backup/Restore.
| `Bug #3730 <https://redmine.postgresql.org/issues/3730>`_ - Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release.

View File

@ -6,7 +6,7 @@
blinker==1.4
extras==1.0.0
fixtures==3.0.0
Flask==1.0.2
Flask==0.12.4
Flask-Gravatar==0.5.0
Flask-Login==0.3.2
Flask-Mail==0.9.1