summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/utils.py
AgeCommit message (Expand)Author
2017-02-09Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham