index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
backends
/
spatialite
/
features.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
2017-09-30
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
Tim Graham
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-03-16
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
Sergey Fedoseev
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2015-11-01
Fixed #25655 -- Dropped support for GEOS < 3.3
Sergey Fedoseev
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-03-18
Fixed build failure introduced by refs #23757.
Tim Graham
2015-03-18
Fixed #23757 -- Added 3D introspection support to Spatialite backend
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham