Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -8/+14 |
| | |||||
* | Fixed backends tests on Oracle. | Mariusz Felisiak | 2020-02-24 | 1 | -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 Felisiak | 2017-09-13 | 1 | -0/+29 |
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review. |