django/tests/multiple_database
Mariusz Felisiak 49ca6bbc44
Fixed isolation of RouterTestCase.test_m2m_cross_database_protection().
Hardcoded pks are necessary for this test case, however we need to set
them for all new rows because the sequence will not increment
automatically. It works when the sequence is incremented by other
test cases.
2021-07-05 15:22:08 +02:00
..
fixtures
__init__.py
models.py
routers.py
tests.py Fixed isolation of RouterTestCase.test_m2m_cross_database_protection(). 2021-07-05 15:22:08 +02:00