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
The bug is reproducible against the latest release or master.
There are no similar issues or pull requests to fix it yet.
Describe the bug
Internal Server Error
When I try to place in column_list a column from my model A "TipoAutoridadesPrestador" defined as "relationship" related to my model B "TipoAtencion"; and this model B has the "str" method defined and its value returns a string using f-strings
model A
model B
admin.py
=========
BUG
Steps to reproduce the bug
When I try to place in column_list a column from my model A "TipoAutoridadesPrestador" defined as "relationship" related to my model B "TipoAtencion"; and this model B has the "str" method defined and its value returns a string using f-strings
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Linux
Python 3.12.4
sqladmin==0.16.1
SQLAlchemy==1.4.27
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
master
.Describe the bug
Internal Server Error
When I try to place in column_list a column from my model A "TipoAutoridadesPrestador" defined as "relationship" related to my model B "TipoAtencion"; and this model B has the "str" method defined and its value returns a string using f-strings
model A
model B
admin.py
=========
BUG
Steps to reproduce the bug
When I try to place in column_list a column from my model A "TipoAutoridadesPrestador" defined as "relationship" related to my model B "TipoAtencion"; and this model B has the "str" method defined and its value returns a string using f-strings
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: