summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_creation.py
AgeCommit message (Expand)Author
2026-01-14Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when runnin...Jacob Walls
2026-01-03Added DatabaseCreation.destroy_test_db_connection_close_method hook.Tim Graham
2025-02-16Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).Simon Charette
2024-02-20Fixed #35238 -- Fixed database serialization crash when base managers use pre...AlexCLeduc
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-30Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls
2020-12-11Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.Tim Graham
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-11-11Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani
2020-09-23Fixed #32012 -- Made test database creation sync apps models when migrations ...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