django1/django/db
Malcolm Tredinnick 29d2160213 Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as
parameters. Based on a patch from Digitalxero@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 04:13:27 +00:00
..
backends Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as 2008-08-25 04:13:27 +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