diff options
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -rw-r--r-- | docs/intro/tutorial05.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 28b79f6962..59fea496ca 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -171,8 +171,8 @@ Put the following in the ``tests.py`` file in the ``polls`` application: import datetime - from django.utils import timezone from django.test import TestCase + from django.utils import timezone from .models import Question |
