diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-05 11:20:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | b7dd89ed5389067cb70294682ffef1ba23d33934 (patch) | |
| tree | 9d1cf97b9fda1ea8798cd543aee9d3f738a931f2 /docs/topics/testing/advanced.txt | |
| parent | 8774b1144c08f18e23381ffae7084dbc05ebfe37 (diff) | |
Removed versionadded/changed annotations for 3.1.
Diffstat (limited to 'docs/topics/testing/advanced.txt')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index 54fed92168..1fa3423139 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -573,10 +573,6 @@ execute 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.1 - - The ``buffer`` argument was added. - .. versionadded:: 3.2 The ``enable_faulthandler`` and ``timing`` arguments were added. @@ -671,10 +667,6 @@ Methods Runs the :doc:`system checks </topics/checks>` on the test ``databases``. - .. versionadded:: 3.1 - - The ``databases`` parameter was added. - .. method:: DiscoverRunner.run_suite(suite, **kwargs) Runs the test suite. |
