summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+7
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham2017-01-171-1/+0
* Removed unused wk_col property of SpatialRefSys models.Tim Graham2016-04-151-4/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Gave unique names to SpatialRefSysModels.Aymeric Augustin2014-06-081-2/+4
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-4/+4
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+0
* Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn2010-05-041-2/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+67