summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/base.py
AgeCommit message (Expand)Author
2007-08-03schema-evolution:Derek Anderson
2007-08-02schema-evolution:Derek Anderson
2007-07-20schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson
2006-10-26committing to schema-evolutionDerek Anderson
2006-06-08Fixed #2108 -- allow saving of empty models, rather than just dropping them.Malcolm Tredinnick
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-05-26Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...Adrian Holovaty
2006-05-18Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,...Adrian Holovaty
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty