summaryrefslogtreecommitdiff
path: root/django/db/backends/base/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-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-17Fixed #34865 -- Released memory earlier than garbage collection on database w...fowczrek
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
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-03-04Refs #31169 -- Prevented infinite loop in tests on failures.Mariusz Felisiak
2022-02-23Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.Valz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-25Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson
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-17Refs #26552 -- Made reloading the database for tests check only loaded tables...Mariusz Felisiak
2020-04-02Refs #31051 -- Optimized serialize_db_to_string() by avoiding creation of mod...Matthijs Kooijman
2020-04-02Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman
2020-02-14Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman
2020-02-06Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne
2019-11-20Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-08-28Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.Jon Dufresne
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-19Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz
2018-02-26Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak
2017-09-11Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne
2017-04-10Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-06Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten
2016-05-17Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...boaz85@gmail.com
2015-09-25Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-05-15Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-18Removed obsolete SQL generation methods.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham