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
This commit is contained in:
Jacob Kaplan-Moss 2009-02-24 01:10:26 +00:00
parent 1aac357d34
commit 4cf1327aa4
2 changed files with 11 additions and 14 deletions

View file

@ -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 *