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
Using the Django admin panel, I tried to delete both a source and a category which were created by an app (stemp) but none of them is deleted. Instead, I get a 500.
Digging into the DB table django_admin_log it seems that only objects which were created by an app show this behavior (col change_message is empty) - objects created via the admin panel (col change_message not empty) are not affected and can be deleted.
Any hints?
The text was updated successfully, but these errors were encountered:
Using the Django admin panel, I tried to delete both a source and a category which were created by an app (stemp) but none of them is deleted. Instead, I get a 500.
Digging into the DB table
django_admin_log
it seems that only objects which were created by an app show this behavior (colchange_message
is empty) - objects created via the admin panel (colchange_message
not empty) are not affected and can be deleted.Any hints?
The text was updated successfully, but these errors were encountered: