summaryrefslogtreecommitdiff
path: root/django/conf/urls/defaults.py
AgeCommit message (Expand)Author
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