Closed dmytrokyrychuk closed 9 years ago
I thought somebody might need to use custom admin site.
register_admin_models() is only called inside of autodiscover_siteprefs(), so this change should not brake anything.
register_admin_models()
autodiscover_siteprefs()
Nice. You might also consider to mention it somewhere in the docs.
Merged. Thank you.
I thought somebody might need to use custom admin site.
register_admin_models()
is only called inside ofautodiscover_siteprefs()
, so this change should not brake anything.