summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/features.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+7
|
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-081-1/+1
|
* Fixed #32178 -- Allowed database backends to skip tests and mark expected ↵Hasan Ramezani2020-12-101-0/+10
| | | | | failures. Co-authored-by: Tim Graham <timograham@gmail.com>
* Added DatabaseFeatures.can_alter_geometry_field.Tim Graham2020-10-191-0/+1
|
* Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham2017-09-301-7/+0
|
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
|
* Added SpatiaLite NumPoints support for non-LINESTRING geometries.Sergey Fedoseev2017-03-161-2/+0
|
* Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev2016-12-151-1/+4
| | | | | Area function, Distance function, and distance lookups now work with geodetic coordinates on SpatiaLite.
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-011-5/+1
|
* Lazy loading of GEOS functionsClaude Paroz2015-04-241-3/+2
|
* Fixed build failure introduced by refs #23757.Tim Graham2015-03-181-1/+2
|
* Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz2015-03-181-0/+5
| | | | Thanks Tim Graham for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
|
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+16