From d81c983fb94e8cce48963556acc955592a79488b Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 30 Apr 2013 11:00:15 -0600 Subject: [PATCH] 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. --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 26f3893..2c79a03 100644 --- a/README.rst +++ b/README.rst @@ -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