django1/django/db/models
Luke Plant a2eb219556 [1.5.x] Optimisation in prefetch_related_objects
Backport of 17559e6eb0 from master
2013-07-27 18:02:57 -04:00
..
fields [1.5.x] Fixed #20207 -- Handle ManyToManyField with a unicode name correctly. 2013-04-05 15:21:59 -04:00
sql [1.5.x] Fixed prefetch_related + pickle regressions 2013-05-21 11:45:24 +03: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 [1.5.x] Fixed spelling errors 2013-03-29 08:00:24 -04:00
constants.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
deletion.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
expressions.py [1.5.x] Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:08:05 +01:00
loading.py [1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:16:03 +01:00
manager.py Fixed #19069 -- Improved the error message when trying to query a swapped model. 2012-10-06 14:21:57 +08:00
options.py [1.5.x] Fixed #19401 -- Ensure that swappable model references are case insensitive. 2012-12-20 16:14:10 +08:00
query.py [1.5.x] Optimisation in prefetch_related_objects 2013-07-27 18:02:57 -04:00
query_utils.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
related.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
signals.py Fixed #4102 -- Allow update of specific fields in model.save() 2012-05-12 10:29:41 +03:00