From 9d4246419ca5b913a7a9b05f18e695f10a9fd0fb Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sun, 20 Nov 2016 23:22:13 +0000 Subject: Refs #26207 -- Removed obsolete comments about deferred model classes. --- django/apps/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'django/apps/config.py') 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. -- cgit v1.3