summaryrefslogtreecommitdiff
path: root/django/apps/config.py
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/config.py
parentcc1f6f26b68223bb5b332c774422173d7800bf80 (diff)
Refs #26207 -- Removed obsolete comments about deferred model classes.
Diffstat (limited to 'django/apps/config.py')
-rw-r--r--django/apps/config.py1
1 files changed, 0 insertions, 1 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.