summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/features.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham
2020-11-11Added SpatialFeatures.unsupported_geojson_options.Tim Graham
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2015-12-30Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.Claude Paroz
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham