From e441cebce340f54741be957817cc034000deab3c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 26 Apr 2014 16:00:15 +0200 Subject: [1.7.x] Updated doc links to point to Python 3 documentation Backport of 680a0f08b from master. --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial01.txt') 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. -- cgit v1.3