summaryrefslogtreecommitdiff
path: root/django/db/backends/base/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-0/+1
* Refs #31169 -- Prevented infinite loop in tests on failures.Mariusz Felisiak2022-03-041-1/+0
* Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.Valz2022-02-231-0/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-67/+95
* Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson2022-01-251-1/+2
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+28
* Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani2020-11-111-1/+1
* Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak2020-09-231-1/+11
* Refs #26552 -- Made reloading the database for tests check only loaded tables...Mariusz Felisiak2020-04-171-1/+3
* Refs #31051 -- Optimized serialize_db_to_string() by avoiding creation of mod...Matthijs Kooijman2020-04-021-18/+18
* Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman2020-04-021-4/+4
* Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman2020-02-141-2/+11
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-8/+4
* Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne2019-11-201-10/+11
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-4/+4
* Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.Jon Dufresne2018-08-281-2/+2
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-2/+2
* Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz2018-07-191-9/+11
* Refs #28909 -- Simplifed code using unpacking generalizations.Mariusz Felisiak2018-02-261-3/+1
* Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne2017-09-111-8/+8
* Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...Mariusz Felisiak2017-04-101-12/+10
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-12/+12
* Refs #23919 -- Used yield from.Vytis Banaitis2017-02-231-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
* Fixed #27690 -- Removed time.sleep(1) before dropping the test database.David Szotten2017-01-061-3/+0
* Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...boaz85@gmail.com2016-05-171-1/+1
* Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä2015-09-251-16/+24
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-4/+48
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-1/+1
* Fixed #19542: Made mirroring databases for tests work with OracleShai Berger2015-06-051-0/+7
* Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz2015-05-151-1/+1
* Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz2015-04-181-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-298/+1
* Removed support for syncing apps without migrations per deprecation timeline.Tim Graham2015-01-181-0/+1
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+542