diff options
| author | Simon Charette <charette.s@gmail.com> | 2018-07-12 00:14:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-10 19:11:21 -0500 |
| commit | 41e73de39df31c4b13d65462bfeedde6924226d8 (patch) | |
| tree | a5842ddf1de35a51e54ffb3c5515bd89310c988f /docs/releases/2.2.txt | |
| parent | 8c775391b78b2a4a2b57c5e89ed4888f36aada4b (diff) | |
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 5c488570aa..4a529f30da 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -293,6 +293,9 @@ Tests for older versions of SQLite because they would require expensive table introspection there. +* :class:`~django.test.runner.DiscoverRunner` now skips the setup of databases + not :ref:`referenced by tests<testing-multi-db>`. + URLs ~~~~ |
