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
/
models
/
functions.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-07-20
Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.
Ahmed Ibrahim
2025-02-23
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava
2024-03-18
Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.
Claude Paroz
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-10-06
Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non-default...
Denis Rouzaud
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
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-14
Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
Simon Charette
2020-04-14
Fixed #31196 -- Added support for PostGIS 3.
Sergey Fedoseev
2020-03-04
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.
Sergey Fedoseev
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-01-17
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
Tim Graham
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2017-12-27
Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.
Sergey Fedoseev
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-12
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-09-11
Fixed #28492 -- Defined default output_field of expressions at the class level.
Simon Charette
2017-09-11
Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...
Sergey Fedoseev
2017-09-05
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-07-15
Simplified GIS Funcs by using GeoFuncMixin.geo_field.
Sergey Fedoseev
2017-07-11
Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...
Sergey Fedoseev
2017-06-10
Refs #23919 -- Replaced stray super(ClassName, self) with super().
Tom
2017-04-26
Replaced unneeded *arguments with positional arguments.
Jon Dufresne
2017-04-07
Removed connection agnostic SRID info cache from BaseSpatialField.
Sergey Fedoseev
2017-04-06
Fixed #28006 -- Allowed using D with lookups on Distance annotations.
Sergey Fedoseev
2017-04-02
Fixed #27573 -- Made Distance on geodetic coordinates return a raw value on M...
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-04-01
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions...
Sergey Fedoseev
2017-04-01
Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...
Sergey Fedoseev
2017-03-29
Refs #25759 -- Fixed some GIS Funcs if different database backends are used.
Sergey Fedoseev
2017-03-29
Made isvalid lookup use IsValid function to decrease code redundancy.
Sergey Fedoseev
2017-03-23
Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
Sergey Fedoseev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
[next]