summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/features.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+8
* Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz2021-11-301-0/+11
* Added SpatialFeatures.supports_tolerance_parameter.Tim Graham2020-11-301-0/+1
* Added SpatialFeatures.unsupported_geojson_options.Tim Graham2020-11-111-0/+1
* Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette2019-08-231-0/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.Claude Paroz2015-12-301-0/+1
* Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen2015-08-191-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+7