django1/django/db/models
valtron d3b71b976d Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
Regression introduced by commit 9777442. Refs #21410.
2014-04-13 00:34:16 +07:00
..
fields Fixed #21760 -- prefetch_related used an inefficient query for reverse FK. 2014-04-13 00:34:16 +07:00
sql Fixed #22343 -- Disallowed select_for_update in autocommit mode 2014-04-10 03:04:51 +03:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
base.py Fixed #22236 -- Removed inappropriate usage of signals 2014-04-05 21:00:31 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
expressions.py Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
loading.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
lookups.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
manager.py Fixed #22236 -- Removed inappropriate usage of signals 2014-04-05 21:00:31 +02:00
options.py Removed Model._meta.module_name per deprecation timeline. 2014-03-21 11:10:34 -04:00
query.py Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
query_utils.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
related.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
signals.py Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00