django/tests/backends/oracle
Mariusz Felisiak 94d4bd3a09
Fixed backends tests on Oracle.
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.
2020-02-24 14:21:50 +01:00
..
__init__.py Reorganized backends tests. 2017-06-21 12:00:47 -04:00
test_creation.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
test_introspection.py Fixed backends tests on Oracle. 2020-02-24 14:21:50 +01:00
test_operations.py Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters. 2017-10-05 18:52:37 +02:00
tests.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00