diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 07:43:34 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
| commit | 97237ad3feed80407ed1884ea84cf00fd9fea367 (patch) | |
| tree | d087502fab09167246a610d7987d135c59288403 /docs/topics/testing/advanced.txt | |
| parent | 810bca5a1ae33a9c8b54a2a516aa5bb8ec013c3f (diff) | |
Removed versionadded/changed annotations for 3.2.
Diffstat (limited to 'docs/topics/testing/advanced.txt')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index c0251d8368..a78f1b93fc 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -600,10 +600,6 @@ and tear down the test suite. custom arguments by calling ``parser.add_argument()`` inside the method, so that the :djadmin:`test` command will be able to use those arguments. - .. versionadded:: 3.2 - - The ``enable_faulthandler`` and ``timing`` arguments were added. - .. versionadded:: 4.0 The ``logger`` and ``shuffle`` arguments were added. @@ -783,11 +779,6 @@ utility methods in the ``django.test.utils`` module. :ref:`serialized_rollback <test-case-serialized-rollback>` feature. If it's not provided, it defaults to ``aliases``. - .. versionchanged:: 3.2 - - The ``time_keeper`` kwarg was added, and all kwargs were made - keyword-only. - .. versionchanged:: 4.0 The ``serialized_aliases`` kwarg was added. |
