summaryrefslogtreecommitdiff
path: root/django/conf/urls/defaults.py
AgeCommit message (Expand)Author
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2007-05-27Report an error if urlpatterns contain a string view name and it is empty.Malcolm Tredinnick
2007-04-29Fixed #4044 -- Allowed callable views specifier to mix (i.e. not crash) withMalcolm Tredinnick
2007-04-26Fixed #4129 -- Pass any prefix setting into url(...) constructions so thatMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2005-08-05Refactored the internals of URL parsing to use less codeAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty