django/docs/ref
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
..
contrib Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
files
forms Fixed #9902 -- Corrected misspelling in form validation documentation, thanks zunzun. 2008-12-23 04:13:14 +00:00
models Documented that case-insensitive matching is not supported for non-ASCII 2009-01-06 03:34:47 +00:00
templates
databases.txt Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. 2009-01-06 18:22:07 +00:00
django-admin.txt Fixed #9777 -- Typo fix. 2008-12-09 07:15:35 +00:00
generic-views.txt Documented how to handle '%' characters in redirect_to() URL strings (even in 2008-12-09 07:33:08 +00:00
index.txt
middleware.txt
request-response.txt Fixed #9712 -- Documented how HTTP headers are converted to request.META keys. 2008-12-07 03:41:54 +00:00
settings.txt
signals.txt
unicode.txt