summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-31/+50
* Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz2021-11-301-0/+5
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-6/+6
* Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...Andrew Nester2016-12-301-2/+2
* Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham2014-09-251-0/+94