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:53:14 -0400
commit5f62efb5c860d527abec94682c0961322e93b1f0 (patch)
tree735bfc891d0788ca112da310a16f13517cad758c /docs/internals
parentd77cbdcfa344ad1ae84aa743f773e2e24689dd54 (diff)
[2.1.x] Removed code terms from docs/spelling_wordlist.
Backport of b4fa94aed8ec5209176c9fa88aba3eacdca837f3 from master
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 c8148e8433..244b5e3aae 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -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,