django1/django/contrib/gis/db/backends/postgis
Sergey Fedoseev 6f43b2b8a5 Removed unneeded GeoAggregate.convert_value() & DatabaseOperations.convert_geom(). 2016-11-30 10:56:09 -05: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 Removed unneeded GeoAggregate.convert_value() & DatabaseOperations.convert_geom(). 2016-11-30 10:56:09 -05:00
pgraster.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
schema.py Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS 2016-09-22 16:40:27 +02:00