Álvaro

Results 32 issues of Álvaro

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...

Whenever you define a field as primary_key it won't appear in the add/edit form. This behaviour can be modified by setting the exclude_pks to False on admin.datastore.sqlalchemy.SQLAlchemyDatastore. This is ok...