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
I'm having problems subclassing NewsletterAdmin. I have a app called myapp, but when I subclass the admin classes then instead of e.g. myapp.subscription the reverse match is always attempted for newsletter.subscription.
I think the problem is that the code uses model._meta.app_label instead of obj._meta.app_label
The text was updated successfully, but these errors were encountered:
I'm having problems subclassing
NewsletterAdmin
. I have a app calledmyapp
, but when I subclass the admin classes then instead of e.g.myapp.subscription
the reverse match is always attempted fornewsletter.subscription
.I think the problem is that the code uses
model._meta.app_label
instead ofobj._meta.app_label
The text was updated successfully, but these errors were encountered: