summaryrefslogtreecommitdiff
path: root/django/apps
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-11-20 23:22:13 +0000
committerTim Graham <timograham@gmail.com>2016-11-20 18:22:13 -0500
commit9d4246419ca5b913a7a9b05f18e695f10a9fd0fb (patch)
treec529e03cc880920f0e3dddd0a4de02f23d5c1a9d /django/apps
parentcc1f6f26b68223bb5b332c774422173d7800bf80 (diff)
Refs #26207 -- Removed obsolete comments about deferred model classes.
Diffstat (limited to 'django/apps')
-rw-r--r--django/apps/config.py1
-rw-r--r--django/apps/registry.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/django/apps/config.py b/django/apps/config.py
index 14925cd1ce..edb1146afc 100644
--- a/django/apps/config.py
+++ b/django/apps/config.py
@@ -179,7 +179,6 @@ class AppConfig(object):
- auto-created models for many-to-many relations without
an explicit intermediate table,
- - models created to satisfy deferred attribute queries,
- models that have been swapped out.
Set the corresponding keyword argument to True to include such models.
diff --git a/django/apps/registry.py b/django/apps/registry.py
index 0ac495df1e..453e4d42f6 100644
--- a/django/apps/registry.py
+++ b/django/apps/registry.py
@@ -165,7 +165,6 @@ class Apps(object):
- auto-created models for many-to-many relations without
an explicit intermediate table,
- - models created to satisfy deferred attribute queries,
- models that have been swapped out.
Set the corresponding keyword argument to True to include such models.