From b4fa94aed8ec5209176c9fa88aba3eacdca837f3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 31 Jul 2018 11:32:38 -0400 Subject: Removed code terms from docs/spelling_wordlist. --- docs/intro/tutorial05.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/intro/tutorial05.txt') 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``: -- cgit v1.3