diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-07 11:57:46 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-10 12:01:00 +0200 |
| commit | b61ea56789a5825bd2961a335cb82f65e09f1614 (patch) | |
| tree | 96540b71c4380dd930b63cd08d19c59b6b50fdfa /docs/releases/2.2.txt | |
| parent | f1894bae3071da4ee577fc40ae61491f3e03d82c (diff) | |
Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 2639aa886a..3fb1f134fb 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -508,8 +508,8 @@ Miscellaneous first positional argument, if it accepts it. Support for overrides that don't accept it will be removed in Django 3.1. -* The :attr:`.SimpleTestCase.allow_database_queries`, - :attr:`.TransactionTestCase.multi_db`, and :attr:`.TestCase.multi_db` +* The ``SimpleTestCase.allow_database_queries``, + ``TransactionTestCase.multi_db``, and ``TestCase.multi_db`` attributes are deprecated in favor of :attr:`.SimpleTestCase.databases`, :attr:`.TransactionTestCase.databases`, and :attr:`.TestCase.databases`. These new attributes allow databases dependencies to be declared in order to |
