Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as
commit994406e38efc56b0a810b9d375bad1838d7a822f
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 25 Aug 2008 04:13:27 +0000 (25 04:13 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 25 Aug 2008 04:13:27 +0000 (25 04:13 +0000)
tree995bc9e9e07021caedae99624f872993a8215b1f
parent7e393f5cc6cf9e4c1570382bb2343ad34e3db638
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
django/db/backends/postgresql_psycopg2/base.py
tests/modeltests/field_defaults/models.py