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
/
operations.py
Age
Commit message (
Expand
)
Author
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-09-22
Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on Sp...
David Smith
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-02-23
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-05
Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.
David Smith
2023-01-10
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2023-01-03
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2021-04-08
Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-02-04
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
Tim Graham
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2018-06-21
Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.
Sergey Fedoseev
2018-01-06
Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.
Sergey Fedoseev
2017-12-27
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-09-30
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
Tim Graham
2017-09-12
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-09-06
Replaced @cached_property with class attributes where possible.
Sergey Fedoseev
2017-09-05
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.
Fabian Schindler
2017-07-26
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-25
Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.
Sergey Fedoseev
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-02
Fixed #11854 -- Added Azimuth GIS function. (#8286)
Sergey Fedoseev
2017-04-01
Fixed #12410 -- Added LineLocatePoint GIS function.
Sergey Fedoseev
2017-03-29
Made isvalid lookup use IsValid function to decrease code redundancy.
Sergey Fedoseev
2017-03-21
Removed more GeoQuerySet leftovers.
Sergey Fedoseev
2017-03-16
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
Sergey Fedoseev
2017-03-16
Updated postgis.net and gaia-gis.it links to https.
Tim Graham
2017-03-16
Removed GeoQuerySet leftovers.
Sergey Fedoseev
2017-02-11
Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param.
Tim Graham
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2016-11-30
Removed unneeded GeoAggregate.convert_value() & DatabaseOperations.convert_ge...
Sergey Fedoseev
2016-11-16
Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.
Sergey Fedoseev
2016-08-30
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
Kevan Swanberg
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-05-31
Fixed #25645 -- Dropped support for SpatiaLite < 4.0.
Tim Graham
[next]