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
/
base
Age
Commit message (
Expand
)
Author
2026-03-12
Refs #36727 -- Factored out _must_transform_value() in BaseSpatialOperations.
Simon Charette
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2025-12-28
Added some skips to GIS tests.
Tim Graham
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-20
Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.
Ahmed Ibrahim
2025-06-05
Added validation to BaseSpatialFeatures.has_<Func>_function.
Tim Graham
2025-02-23
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava
2025-02-04
Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.
Arnaldo Govenem
2023-01-20
Fixed #34266 -- Added ClosestPoint GIS database functions.
Niccolò Mineo
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 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2020-11-30
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2020-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2020-11-09
Removed BaseSpatialOperations.geometry.
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
2020-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
2020-06-17
Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
David Smith
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-23
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
Simon Charette
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2017-11-04
Simplified GeometryField.select_format().
Sergey Fedoseev
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-11
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-26
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-25
Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.
Sergey Fedoseev
2017-06-26
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...
Sergey Fedoseev
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-20
Removed BaseSpatialOperations.truncate_params.
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-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
[next]