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