diff options
| author | François Freitag <mail@franek.fr> | 2019-03-07 21:58:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-30 16:20:51 +0200 |
| commit | 568eed9e79470b9ddf3e1b3bbad9123ada45eae8 (patch) | |
| tree | 6606bd5bad518d0aed7f892148f4aa8fbf4188cf /docs/releases | |
| parent | 719b7466203181066d9537d2e3bec687dffc9f41 (diff) | |
Fixed #30245 -- Added -k option to DiscoverRunner.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 66dfde0b5d..b78d4bd6ab 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -238,6 +238,9 @@ Tests attribute :attr:`~django.test.Response.exc_info`, a tuple providing information of the exception that occurred. +* Tests and test cases to run can be selected by test name pattern using the + new :option:`test -k` option. + URLs ~~~~ @@ -360,6 +363,9 @@ Miscellaneous This converts ``'`` to ``'`` instead of the previous equivalent decimal code ``'``. +* The ``django-admin test -k`` option now works as the :option:`unittest + -k<unittest.-k>` option rather than as a shortcut for ``--keepdb``. + .. _deprecated-features-3.0: Features deprecated in 3.0 |
