django1/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 Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
routers.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
tests.py Fixed isolation of RouterTestCase.test_m2m_cross_database_protection(). 2021-07-05 15:22:08 +02:00