summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/features.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-2/+2
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-131-0/+1
* Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham2021-01-021-1/+0
* Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham2020-11-091-0/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...Sergey Fedoseev2016-12-061-0/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-1/+1
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-0/+1
* Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz2015-03-181-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+9