summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/features.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-2/+2
| | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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 ↵Tim Graham2020-11-091-0/+1
| | | | BaseSpatialFeatures.supports_geography.
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
|
* Fixed #26789 -- Fixed handling of empty geometries in ↵Sergey Fedoseev2016-12-061-0/+1
| | | | BaseSpatialField.get_db_prep_save().
* 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
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz2015-03-181-0/+1
| | | | Thanks Tim Graham for the review.
* 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