From 4cf1327aa4bc765ba3ed9df32f48bef5e936ebef Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 24 Feb 2009 01:10:26 +0000 Subject: 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 --- docs/intro/tutorial02.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/intro/tutorial02.txt') 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 * -- cgit v1.3