GodMode
GodMode copied to clipboard
Configurable id_field
I got an error with my iOS CoreData sqlite database since it has no id field
(OperationalError) no such column: id
for now I workaround by setting this field (and order_by) in admin/models/sql.py
also it would be great to have different id_field for each database
also line 93 in sql.py does not seems to respect id_field property. got a flask error here