summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_creation.py
AgeCommit message (Expand)Author
2020-09-23[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...Mariusz Felisiak
2020-04-02Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman
2020-04-02Refs #26552 -- Added test for reloading the database with self-referential ob...Matthijs Kooijman
2020-02-19Fixed tests when run in reverse.Mariusz Felisiak
2020-02-14Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman
2020-01-20Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.Matthijs Kooijman
2020-01-20Refs #31117 -- Moved get_connection_copy() test hook to a module level.Mariusz Felisiak
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne
2017-06-21Reorganized backends tests.Mariusz Felisiak