django1/django/db/models
Marc Tamlyn 389892aae5 Remove dup_select_related method.
This undocumented method was used in an old version of the admin, is
totally untested and hails from 2008. Although it's listed in the
"public methods" section, as it's not documented or used I don't think
it needs a deprecation path.

If we think it's useful I'll write some tests/docs for it instead...
2013-01-23 00:26:20 +00:00
..
fields Fixed #17541 -- Fixed non-saved/nullable fk querying 2013-01-08 21:02:38 +02:00
sql Fixed #16759 -- Remove use of __deepcopy__ in qs.clone() 2013-01-08 19:17:13 +02:00
__init__.py Remove some code that has been dead since newforms-admin was merged, many moons ago. 2012-07-12 09:27:08 -07:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base. 2013-01-08 20:13:43 +01:00
constants.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
deletion.py Move logic seperation as its not longer repetitive 2013-01-14 13:17:01 -08:00
expressions.py Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
loading.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
manager.py Fixed #17813 -- Added a .earliest() method to QuerySet 2013-01-20 06:39:35 +02:00
options.py Avoided unnecessary recreation of RelatedObjects 2013-01-18 07:09:39 +02:00
query.py Remove dup_select_related method. 2013-01-23 00:26:20 +00:00
query_utils.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
related.py Removed models/related.py BoundRelatedObject 2013-01-18 16:00:57 +02:00
signals.py Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00