django1/django/db/models
Loic Bistuer 3bb7de8c7c [1.6.x] Fixed typo and slightly improved error message when db is missing time zone definitions.
Refs #21432.

Backport of 32e75803be from master
2013-12-26 13:07:04 -05:00
..
fields [1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+' 2013-11-13 07:41:30 +02:00
sql [1.6.x] Fixed typo and slightly improved error message when db is missing time zone definitions. 2013-12-26 13:07:04 -05:00
__init__.py Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
aggregates.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
base.py Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:25:21 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
expressions.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
loading.py [1.6.x] Removed relative usage of import_module 2013-10-26 23:22:21 +02:00
manager.py Fixed #19326 -- Added first() and last() methods to QuerySet 2013-05-21 18:52:28 +03:00
options.py [1.6.x] Fixed #20988 -- Added model meta option select_on_save 2013-08-30 09:47:34 +03:00
query.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
query_utils.py Converted a list comprehension into a generator expression in query_utils.py 2013-04-25 12:22:16 -05:00
related.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
signals.py Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-20 02:12:50 -04:00