summaryrefslogtreecommitdiff
path: root/django/apps/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/apps/registry.py')
-rw-r--r--django/apps/registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/apps/registry.py b/django/apps/registry.py
index f88fb73dd6..a0cd5e0abf 100644
--- a/django/apps/registry.py
+++ b/django/apps/registry.py
@@ -192,7 +192,7 @@ class Apps(object):
app_models[model_name] = model
self.clear_cache()
- def has_app(self, app_name):
+ def is_installed(self, app_name):
"""
Checks whether an application with this name exists in the registry.