django1/django/db/backends
Malcolm Tredinnick 32d5c39016 Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
searching within a field column (e.g. "like", "contains", etc). Required for
PostgreSQL 8.3. Thanks to Dan Watson for the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-08 20:09:53 +00:00
..
dummy Fixed #5255 -- It's now possible again to use Django without a database. This had temporarily gotten buggy after the django.core.management refactoring last week 2007-08-25 18:27:57 +00:00
mysql Fixed #7560 -- Moved a lot of the value conversion preparation for 2008-07-29 05:09:29 +00:00
oracle Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend. 2008-07-30 01:29:31 +00:00
postgresql Fixed #6523 -- Use the correct cast on field types for PostgreSQL when 2008-08-08 20:09:53 +00:00
postgresql_psycopg2 Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz 2007-12-01 22:26:24 +00:00
sqlite3 Fixed #7560 -- Moved a lot of the value conversion preparation for 2008-07-29 05:09:29 +00:00
__init__.py Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto. 2008-07-30 03:16:39 +00:00
creation.py Added django/db/backends/creation.py, with BaseCreation. Refs #5461 2007-09-14 16:44:53 +00:00
util.py Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00