mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Replace Flask-BabelEx with Flask-Babel. Fixes #6088
2) Upgrade Flask to version 2. Fixes #7010
This commit is contained in:
@@ -13,7 +13,7 @@ import simplejson as json
|
||||
from flask import url_for, request
|
||||
from flask import render_template, current_app as app
|
||||
from flask_security import login_required
|
||||
from flask_babelex import gettext
|
||||
from flask_babel import gettext
|
||||
from werkzeug.useragents import UserAgent
|
||||
from pgadmin.utils import PgAdminModule, \
|
||||
SHORTCUT_FIELDS as shortcut_fields
|
||||
|
||||
Reference in New Issue
Block a user