summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/adapter.py
AgeCommit message (Expand)Author
2025-01-15Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.Sarah Boyce
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2015-09-21Fixed #24688 -- Added Oracle support for new-style GIS functions.Jani Tiainen
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee