summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
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/intro/tutorial05.txt
parentd77cbdcfa344ad1ae84aa743f773e2e24689dd54 (diff)
[2.1.x] Removed code terms from docs/spelling_wordlist.
Backport of b4fa94aed8ec5209176c9fa88aba3eacdca837f3 from master
Diffstat (limited to 'docs/intro/tutorial05.txt')
-rw-r--r--docs/intro/tutorial05.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 59fea496ca..c6c5e2900d 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -441,12 +441,12 @@ is, earlier than or equal to - ``timezone.now``.
Testing our new view
--------------------
-Now you can satisfy yourself that this behaves as expected by firing up the
-runserver, loading the site in your browser, creating ``Questions`` with dates
-in the past and future, and checking that only those that have been published
-are listed. You don't want to have to do that *every single time you make any
-change that might affect this* - so let's also create a test, based on our
-:djadmin:`shell` session above.
+Now you can satisfy yourself that this behaves as expected by firing up
+``runserver``, loading the site in your browser, creating ``Questions`` with
+dates in the past and future, and checking that only those that have been
+published are listed. You don't want to have to do that *every single time you
+make any change that might affect this* - so let's also create a test, based on
+our :djadmin:`shell` session above.
Add the following to ``polls/tests.py``: