diff options
Diffstat (limited to 'django/apps/registry.py')
| -rw-r--r-- | django/apps/registry.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/apps/registry.py b/django/apps/registry.py index 8a45830ccf..91d6d5ccef 100644 --- a/django/apps/registry.py +++ b/django/apps/registry.py @@ -89,6 +89,7 @@ class Apps(object): "duplicates: %s" % app_config.label) self.app_configs[app_config.label] = app_config + app_config.apps = self # Check for duplicate app names. counts = Counter( |
