1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref/contrib
Jacob Kaplan-Moss 1f84630c87 Fixed #6470: made the admin use a URL resolver.
This *is* backwards compatible, but `admin.site.root()` has been deprecated. The new style is `('^admin/', include(admin.site.urls))`; users will need to update their code to take advantage of the new customizable admin URLs.

Thanks to Alex Gaynor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-14 20:22:25 +00:00
..
_images
comments
formtools
admin.txt Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
auth.txt
contenttypes.txt
csrf.txt
databrowse.txt
flatpages.txt
humanize.txt
index.txt
localflavor.txt
redirects.txt
sitemaps.txt
sites.txt
syndication.txt
webdesign.txt