diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:00:15 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:02:53 +0200 |
| commit | 680a0f08b1ace39f995fce975caabb1875b07c6f (patch) | |
| tree | 165a26d3f91522e129adc12f977c38919d840a96 /docs/intro/tutorial01.txt | |
| parent | 6d6af7244b7e3c42ef77c89d6c3e8e0e79e7176f (diff) | |
Updated doc links to point to Python 3 documentation
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 3211bb873f..cce3d9aa65 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -637,7 +637,7 @@ the Python import path to your :file:`mysite/settings.py` file. >>> import django >>> django.setup() - If this raises an :exc:`~exceptions.AttributeError`, you're probably using + If this raises an :exc:`AttributeError`, you're probably using a version of Django that doesn't match this tutorial version. You'll want to either switch to the older tutorial or the newer Django version. |
