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 Django admin template still uses the old fields and does not yet show the new fields introduced in version 2.2.0.
I wondered whether I should just add the new fields to the existing table, or whether it could make sense to convert the whole view into a regular ModelAdmin?
I think this would maybe integrate a little bit better into existing django admin projects?
The text was updated successfully, but these errors were encountered:
The Django admin template still uses the old fields and does not yet show the new fields introduced in version 2.2.0.
I wondered whether I should just add the new fields to the existing table, or whether it could make sense to convert the whole view into a regular
ModelAdmin
?I think this would maybe integrate a little bit better into existing django admin projects?
The text was updated successfully, but these errors were encountered: