summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-02-24 01:10:26 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-02-24 01:10:26 +0000
commit4cf1327aa4bc765ba3ed9df32f48bef5e936ebef (patch)
treed04209952acda75b5223c7ec0344558aa3e63d76 /docs/intro/tutorial02.txt
parent1aac357d344645f31320ee832b2c2e7be41c9ba0 (diff)
Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index fb6794b46c..0d62c56a7b 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -40,6 +40,9 @@ activate the admin site for your installation, do these three things:
know is that it maps URL roots to applications. In the end, you should
have a ``urls.py`` file that looks like this:
+ .. versionchanged:: 1.1
+ The method for adding admin urls has changed in Django 1.1.
+
.. parsed-literal::
from django.conf.urls.defaults import *