summaryrefslogtreecommitdiff
path: root/django/db/backends/base/creation.py
AgeCommit message (Expand)Author
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