summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/validation.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
|
* Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak2017-05-231-0/+22
Thanks Zubair Alam for the initial patch and Tim Graham for the review.