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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user