mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added Python 3.8 support. Fixes #5179
1) Upgraded passlib==1.7.1 to passlib==1.7.2 2) Replace unmaintained Flask-Security with maintained Flask-Security-Too package, which is also compatible with python 3.8 3) Other compatibility code changes.
This commit is contained in:
committed by
Akshay Joshi
parent
1964e824c8
commit
915b09255c
@@ -569,7 +569,7 @@ class VacuumSettings:
|
||||
|
||||
for row in vacuum_settings_tmp:
|
||||
row_name = row['name']
|
||||
if type is 'toast':
|
||||
if type == 'toast':
|
||||
row_name = 'toast_{0}'.format(row['name'])
|
||||
if row_name in result and result[row_name] is not None:
|
||||
if row['column_type'] == 'number':
|
||||
|
||||
Reference in New Issue
Block a user