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
/
features.py
Age
Commit message (
Expand
)
Author
2025-12-28
Added some skips to GIS tests.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-05
Added validation to BaseSpatialFeatures.has_<Func>_function.
Tim Graham
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
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-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-03-29
Made isvalid lookup use IsValid function to decrease code redundancy.
Sergey Fedoseev
2017-03-16
Updated postgis.net and gaia-gis.it links to https.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-17
Removed GeoManager and GeoQuerySet per deprecation timeline.
Tim Graham
2017-01-03
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
Tim Graham
2016-12-15
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Sergey Fedoseev
2016-12-06
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...
Sergey Fedoseev
2016-04-09
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2015-12-30
Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.
Claude Paroz
2015-09-17
Fixed #25400 -- Fixed regression in nonexistent features on gis backends.
Daniel Hahler
2015-08-19
Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.
Jani Tiainen
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-04-22
Added Spatialite support to GIS functions
Claude Paroz
2015-04-22
Fixed #24214 -- Added GIS functions to replace geoqueryset's methods
Claude Paroz
2015-03-18
Fixed #23757 -- Added 3D introspection support to Spatialite backend
Claude Paroz
2015-01-17
Fixed PostGIS crosses lookup and added crosses test
Claude Paroz
2015-01-16
Simplified a bit GeoAggregate classes
Claude Paroz
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham