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
In my code, when deferred=True in the created_at field, it is not possible to edit an instance of my model in the Admin panel.
raise orm_exc.DetachedInstanceError(
sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <User at 0x7f215df6ce10> is not bound to a Session;
deferred load operation of attribute 'created_at' cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)
Checklist
master
.Describe the bug
In my code, when deferred=True in the created_at field, it is not possible to edit an instance of my model in the Admin panel.
https://docs.sqlalchemy.org/en/20/errors.html#error-bhk3
Steps to reproduce the bug
No response
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Windows 10 / ptyhon 3.11 / sqladmin 0.19
Additional context
No response
The text was updated successfully, but these errors were encountered: