You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the exclude_pks parameter is set to False in datastore.sqlalchemy.SQLAlchemyDatastore the following exception is thrown:
File "(...)python2.7/site-packages/flask_admin/datastore/sqlalchemy.py", line 250, in convert
not callable(default_value.arg):
AttributeError: 'Sequence' object has no attribute 'arg'
When the exclude_pks parameter is set to False in datastore.sqlalchemy.SQLAlchemyDatastore the following exception is thrown:
The Column is defined as follows:
The text was updated successfully, but these errors were encountered: