django1/django/db/backends/postgresql_psycopg2
Ramiro Morales b870bf6b9a Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16 20:05:25 +00:00
..
__init__.py Added postgresql_psycopg2 backend, which is untested, just for a starting point 2006-05-16 23:27:07 +00:00
base.py Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. 2011-06-16 20:05:25 +00:00
client.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00
creation.py Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 2011-06-11 13:48:24 +00:00
introspection.py Removed duplicate entry in introspection PostgreSQL db backend. 2011-06-13 20:15:04 +00:00
operations.py Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. 2011-06-16 20:05:25 +00:00
version.py Deprecated the psycopg-based postgresql database backend. 2011-04-02 08:39:08 +00:00