index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
urls
Age
Commit message (
Expand
)
Author
2008-01-28
Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...
Gary Wilson Jr
2007-05-27
Report an error if urlpatterns contain a string view name and it is empty.
Malcolm Tredinnick
2007-04-29
Fixed #4044 -- Allowed callable views specifier to mix (i.e. not crash) with
Malcolm Tredinnick
2007-04-26
Fixed #4129 -- Pass any prefix setting into url(...) constructions so that
Malcolm Tredinnick
2007-04-01
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
Malcolm Tredinnick
2007-02-27
Removed two vestigal URLconfs that refer to Ellington or to non-existant views.
Jacob Kaplan-Moss
2006-08-01
Fixed #2370 -- It's now possible to pass default URLconf arguments to include...
Adrian Holovaty
2006-06-04
Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankrom
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-12
Completely refactored legacy RSS framework to the new django.contrib.syndicat...
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-09
Changed RSS urlconf to accept any character for param -- not just slashes and...
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-18
Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this...
Adrian Holovaty
2005-10-18
Removed jsvalidation line in django.conf.urls.admin -- that doesn't exist
Adrian Holovaty
2005-10-18
Moved django.views.admin.template and django.views.admin.doc to django.contri...
Adrian Holovaty
2005-08-10
Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note...
Adrian Holovaty
2005-08-05
Made small cleanups to two default urlconfs, to be clearer.
Adrian Holovaty
2005-08-05
Refactored the internals of URL parsing to use less code
Adrian Holovaty
2005-08-02
Added doc view for templates that will show the search path for a given templ...
Jacob Kaplan-Moss
2005-07-22
Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses...
Adrian Holovaty
2005-07-14
Created django.contrib and moved comments into it
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty