summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/features.py
AgeCommit message (Expand)Author
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2016-12-06Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...Sergey Fedoseev
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham