summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/creation.py
AgeCommit message (Expand)Author
2011-11-19Used symbolic constants for psycopg2 isolation levels.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-07-06Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2008-08-11Removed some empty modules that are no longer required after [8296].Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty