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
/
defaults.py
Age
Commit message (
Expand
)
Author
2012-12-29
Removed django.conf.urls.defaults.
Aymeric Augustin
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
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
2006-08-01
Fixed #2370 -- It's now possible to pass default URLconf arguments to include...
Adrian Holovaty
2005-08-05
Refactored the internals of URL parsing to use less code
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty