django1/django/contrib/gis/db/backends/postgis
Claude Paroz 9715b99f91 Stopped deleting from the geometry_columns view on PostGIS
On PostGIS < 2, geometry_columns is a table that was manually maintained.
It's a view on PostGIS 2.
2016-09-17 16:39:37 +02:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #27014 -- Fixed annotations with database functions on PostGIS. 2016-08-15 14:23:10 -04:00
base.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
const.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
features.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
introspection.py Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_constraints(). 2016-08-30 08:48:55 -04:00
models.py Stopped deleting from the geometry_columns view on PostGIS 2016-09-17 16:39:37 +02:00
operations.py Fixed #26775 -- Supported dim=3 geography fields 2016-06-18 21:48:32 +02:00
pgraster.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
schema.py Stopped deleting from the geometry_columns view on PostGIS 2016-09-17 16:39:37 +02:00