django1/django/db/backends/postgresql_psycopg2
Simon Charette 73040e584a Fixed #25002 -- Used PostgreSQL column type alteration USING clause.
Thanks to Dirk Uys for the report.
2015-06-22 09:35:35 -04: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 Well, what should I say: UPS. 2015-05-24 17:33:44 +02:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
features.py Fixed #24767 -- Added Greatest and Least expressions 2015-06-05 11:15:33 +01:00
introspection.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
operations.py Fixed #9596 -- Added date transform for DateTimeField. 2015-06-02 08:49:10 -04:00
schema.py Fixed #25002 -- Used PostgreSQL column type alteration USING clause. 2015-06-22 09:35:35 -04:00
utils.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
version.py Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. 2014-08-01 10:26:00 -04:00