django1/django/conf
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
..
app_template Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". 2009-01-06 05:27:39 +00:00
locale Updated Polish translation: fixed typo and one missing translation 2009-01-09 09:57:53 +00:00
project_template Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
urls Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-integer primary keys (refs #2033) and made use of the URL file in the admin urls. 2008-01-28 05:36:44 +00:00
__init__.py Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS. 2008-08-25 12:58:18 +00:00
global_settings.py Fixed #9574 -- Hindi translation from Thejaswi Puthraya. 2008-11-14 07:11:34 +00:00