1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[2.1.x] Removed code terms from docs/spelling_wordlist.

Backport of b4fa94aed8 from master
This commit is contained in:
Tim Graham
2018-07-31 11:32:38 -04:00
parent d77cbdcfa3
commit 5f62efb5c8
11 changed files with 39 additions and 133 deletions

View File

@@ -840,10 +840,9 @@ details on these changes.
used instead.
* The ``django.test.simple.DjangoTestRunner`` will be removed.
Instead use a unittest-native class. The features of the
Instead use a ``unittest``-native class. The features of the
``django.test.simple.DjangoTestRunner`` (including fail-fast and
Ctrl-C test termination) can currently be provided by the unittest-native
:class:`~unittest.TextTestRunner`.
Ctrl-C test termination) can be provided by :class:`unittest.TextTestRunner`.
* The undocumented function
``django.contrib.formtools.utils.security_hash`` will be removed,