summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-07-31 11:32:38 -0400
committerTim Graham <timograham@gmail.com>2018-07-31 12:22:28 -0400
commitb4fa94aed8ec5209176c9fa88aba3eacdca837f3 (patch)
tree323b50b14c8ab2fef7b93f19ef9ca42cc5420602 /docs/internals
parent8edb27b6c6d5d9e4f3ad95a91254588616854d16 (diff)
Removed code terms from docs/spelling_wordlist.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 9514153e94..6d8ff36835 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -850,10 +850,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,