Updated Flask-BabelEx to the latest. Fixes #5997

This commit is contained in:
Nikhil Mohite 2020-12-31 13:48:35 +05:30 committed by Akshay Joshi
parent 26bbc0e877
commit 6fce58f2ad
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Bug fixes
| `Issue #5875 <https://redmine.postgresql.org/issues/5875>`_ - Ensure that the 'template1' database should not be visible after pg_upgrade.
| `Issue #5965 <https://redmine.postgresql.org/issues/5965>`_ - Ensure that the macro query result should be download properly.
| `Issue #5973 <https://redmine.postgresql.org/issues/5973>`_ - Added appropriate help message and a placeholder for letting users know about the account password expiry for Login/Group Role.
| `Issue #5997 <https://redmine.postgresql.org/issues/5997>`_ - Updated Flask-BabelEx to the latest.
| `Issue #6046 <https://redmine.postgresql.org/issues/6046>`_ - Fixed an issue where the state of the Save File icon does not match the dirty editor indicator.
| `Issue #6047 <https://redmine.postgresql.org/issues/6047>`_ - Fixed an issue where the dirty indicator stays active even if all changes were undone.
| `Issue #6058 <https://redmine.postgresql.org/issues/6058>`_ - Ensure that the rename panel should be disabled when the SQL file opened in the query tool.

View File

@ -42,3 +42,4 @@ bcrypt<=3.1.7;
cryptography<=3.0;
sshtunnel>=0.1.5
ldap3>=2.5.1
Flask-BabelEx>=0.9.4