django1/django/db
Russell Keith-Magee ed3d2735a2 Fixed #10100 -- Corrected handling of the negation required exclude() clauses that reference aggregate columns. Thanks to Anossov for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-23 07:07:51 +00:00
..
backends Fixed #9275: Extended the Oracle date format to allow DATE columns to be used with DateTimeFields, especially when using legacy databases. Thanks to hollerith for the patch. 2009-01-19 20:49:12 +00:00
models Fixed #10100 -- Corrected handling of the negation required exclude() clauses that reference aggregate columns. Thanks to Anossov for the report. 2009-01-23 07:07:51 +00:00
__init__.py Fixed #8238 -- If an invalid database backend is mentioned in settings and the 2008-08-17 17:32:31 +00:00
transaction.py Fixed #7241 -- More robust exception catching in the transaction management 2008-08-17 00:07:06 +00:00