1
0
mirror of https://github.com/django/django.git synced 2025-02-06 23:45:22 +00:00
Markus Holtermann c9addfd4bf [1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be334e
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 235124d3eaf6cc7ab9f97f1d1467d1caf18e1016 from master
2015-02-06 00:50:42 +01:00
..