mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-14 21:13:08 +00:00
Remove obsolete note in README.
We now work around the limitation by poking at the internal data structures to preserve any prior ``select_related`` calls.
This commit is contained in:
parent
e316517399
commit
d81c983fb9
1 changed files with 0 additions and 6 deletions
|
|
@ -326,13 +326,7 @@ it's safe to use as your default manager for the model.
|
|||
``InheritanceManager`` only supports a single level of model inheritance;
|
||||
it won't work for grandchild models.
|
||||
|
||||
.. note::
|
||||
The implementation of ``InheritanceManager`` uses ``select_related``
|
||||
internally. Due to `Django bug #16855`_, this currently means that it
|
||||
will override any previous ``select_related`` calls on the ``QuerySet``.
|
||||
|
||||
.. _contributed by Jeff Elmore: http://jeffelmore.org/2010/11/11/automatic-downcasting-of-inherited-models-in-django/
|
||||
.. _Django bug #16855: https://code.djangoproject.com/ticket/16855
|
||||
.. _Django bug #16572: https://code.djangoproject.com/ticket/16572
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue