1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00

Refs #26207 -- Removed obsolete comments about deferred model classes.

This commit is contained in:
Adam Chainz
2016-11-20 23:22:13 +00:00
committed by Tim Graham
parent cc1f6f26b6
commit 9d4246419c
4 changed files with 1 additions and 10 deletions

View File

@@ -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.

View File

@@ -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.