django1/django/db
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
..
backends Fixed #20829 -- Skip postgis metadata tables with introspection 2013-08-16 21:14:29 +02:00
models Fixed #11881 -- removed junk from aggregation subqueries 2013-08-19 16:15:09 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00