mirror of
https://github.com/django/django.git
synced 2025-03-14 03:10:45 +00:00
[1.7.x] Improved AppRegistryNotReady message.
Backport of 6fa9fa91a5 from master
This commit is contained in:
parent
d2f01afed0
commit
154f5f0de1
@ -128,7 +128,7 @@ class Apps(object):
|
||||
Raises an exception if all models haven't been imported yet.
|
||||
"""
|
||||
if not self.models_ready:
|
||||
raise AppRegistryNotReady("Models aren't loaded yet.")
|
||||
raise AppRegistryNotReady("Models aren't loaded yet. Ensure django.setup() has been called.")
|
||||
|
||||
def get_app_configs(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user