summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-081-6/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-2/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-13/+6
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-3/+2
* Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham2014-09-251-0/+4
* Added feature flag for geometry_field_introspection; refs #22632 and #23504.Tim Graham2014-09-181-0/+1
* Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham2014-09-181-1/+1
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-1/+10
* Remove dsome import *Alex Gaynor2013-10-261-1/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-1/+3
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+10