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
We need to define some list display in the main admin.py file instead of the admin file of the corresponding model. This is confusing and can eventually produce errors. We originally did this since defining list displays in individual admin files didn't work well in combination with mptt.
Proposed Solution
Try to bundle all list display definitions in one place.
The text was updated successfully, but these errors were encountered:
Motivation
We need to define some list display in the main
admin.py
file instead of the admin file of the corresponding model. This is confusing and can eventually produce errors. We originally did this since defining list displays in individual admin files didn't work well in combination withmptt
.Proposed Solution
Try to bundle all list display definitions in one place.
The text was updated successfully, but these errors were encountered: