Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7

This commit is contained in:
Aditya Toshniwal
2023-11-03 18:19:01 +05:30
committed by GitHub
parent 5f3965ff0a
commit 96fccd28a9
23 changed files with 73 additions and 163 deletions

View File

@@ -218,10 +218,6 @@ class CollectionNodeModule(PgAdminModule, PGChildModule, metaclass=ABCMeta):
def node_path(self):
return self.browser_url_prefix + self.node_type
@property
def javascripts(self):
return []
@property
def show_node(self):
"""

View File

@@ -35,7 +35,4 @@ class ConstraintRegistry():
class ConstraintTypeModule(CollectionNodeModule):
register = Blueprint.register
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
pass