index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
base
/
test_creation.py
Age
Commit message (
Expand
)
Author
2026-01-14
Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when runnin...
Jacob Walls
2026-01-03
Added DatabaseCreation.destroy_test_db_connection_close_method hook.
Tim Graham
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2024-02-20
Fixed #35238 -- Fixed database serialization crash when base managers use pre...
AlexCLeduc
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-30
Fixed #23273 -- Avoided creation of django_migrations table when there are no...
Jacob Walls
2020-12-11
Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-11
Fixed #31762 -- Made reloading the database for tests use the base manager.
Hasan Ramezani
2020-09-23
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-04-02
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
Refs #26552 -- Added test for reloading the database with self-referential ob...
Matthijs Kooijman
2020-02-19
Fixed tests when run in reverse.
Mariusz Felisiak
2020-02-14
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-01-20
Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.
Matthijs Kooijman
2020-01-20
Refs #31117 -- Moved get_connection_copy() test hook to a module level.
Mariusz Felisiak
2019-11-20
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2017-06-21
Reorganized backends tests.
Mariusz Felisiak