django1/django/db
Jacob Kaplan-Moss 3df7266056 Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparisons.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 12:56:06 +00:00
..
backends Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparisons. 2008-08-25 12:56:06 +00:00
models Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks bpeschier for the report. 2008-08-25 03:51:25 +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