django1/django/db/models
Anssi Kääriäinen 7bc57a6d71 Fixed #11881 -- removed junk from aggregation subqueries
There were clauses that weren't needed in the subqueries. These were
ORDER BY, SELECT FOR UPDATE and related selections.
2013-08-19 16:15:09 +03:00
..
fields Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00
sql Fixed #11881 -- removed junk from aggregation subqueries 2013-08-19 16:15:09 +03:00
__init__.py Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
base.py Made Model.__eq__ consider proxy models equivalent 2013-08-19 09:51:28 +03:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
expressions.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
loading.py Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 2013-08-05 13:34:35 -04:00
manager.py Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class. 2013-07-31 09:54:00 -04:00
options.py Fixed #9057 -- Added default_permissions model meta option. 2013-08-09 09:19:52 -04:00
query.py Fixed #12886 -- aggregation over sliced queryset 2013-08-19 16:00:17 +03:00
query_utils.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Fixed #11398 - Added a pre_syncdb signal 2013-05-23 01:09:22 -04:00