diff options
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -rw-r--r-- | docs/intro/tutorial05.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 545a84ad80..ab8b28bdf4 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -170,7 +170,8 @@ Put the following in the ``tests.py`` file in the ``polls`` application: from django.utils import timezone from django.test import TestCase - from polls.models import Question + from .models import Question + class QuestionMethodTests(TestCase): |
