mirror of
https://github.com/django/django.git
synced 2025-10-28 18:43:19 +00:00
This change is backwards incompatible for anyone that is using the named URLs introduced in [9739]. Any usage of the old admin_XXX names need to be modified to use the new namespaced format; in many cases this will be as simple as a search & replace for "admin_" -> "admin:". See the docs for more details on the new URL names, and the namespace resolution strategy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11250 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |
||
|---|---|---|
| .. | ||
| admin | ||
| comments | ||
| formtools | ||
| 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 | ||