summaryrefslogtreecommitdiff
path: root/tests/backends/oracle/test_introspection.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+14
|
* Fixed backends tests on Oracle.Mariusz Felisiak2020-02-241-8/+8
| | | | | | | Using Person in test_introspection caused removing constraints in intermediate table for ManyToManyField in VeryLongModelNameZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ that were expected by other transaction tests. A model without any constraints was used to prevent isolation issues.
* Refs #27090 -- Added real database sequence introspection.Mariusz Felisiak2017-09-131-0/+29
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review.