mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
Since 1.7 models need to declare an explicit app_label if they are not
in an application in INSTALLED_APPS or were imported before their
application was loaded.
Backport of 235124d3ea from master