Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -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 Graham | 2021-01-13 | 1 | -0/+1 |
| | |||||
* | Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup. | Tim Graham | 2021-01-02 | 1 | -1/+0 |
| | |||||
* | Renamed BaseSpatialOperations.geography to ↵ | Tim Graham | 2020-11-09 | 1 | -0/+1 |
| | | | | BaseSpatialFeatures.supports_geography. | ||||
* | Sorted imports per isort 4.2.9. | Tim Graham | 2017-06-01 | 1 | -2/+3 |
| | |||||
* | Fixed #26789 -- Fixed handling of empty geometries in ↵ | Sergey Fedoseev | 2016-12-06 | 1 | -0/+1 |
| | | | | BaseSpatialField.get_db_prep_save(). | ||||
* | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | Fixed #23804 -- Added RasterField for PostGIS. | Daniel Wiesmann | 2015-06-19 | 1 | -0/+1 |
| | | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches. | ||||
* | Fixed #23757 -- Added 3D introspection support to Spatialite backend | Claude Paroz | 2015-03-18 | 1 | -0/+1 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -3/+2 |
| | |||||
* | Fixed #22603 -- Reorganized classes in django.db.backends. | Tim Graham | 2015-01-14 | 1 | -0/+9 |