summaryrefslogtreecommitdiff
path: root/django/conf/urls
AgeCommit message (Expand)Author
2008-01-28Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...Gary Wilson Jr
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
2007-02-27Removed two vestigal URLconfs that refer to Ellington or to non-existant views.Jacob Kaplan-Moss
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-06-04Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankromAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-11-09Changed RSS urlconf to accept any character for param -- not just slashes and...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this...Adrian Holovaty
2005-10-18Removed jsvalidation line in django.conf.urls.admin -- that doesn't existAdrian Holovaty
2005-10-18Moved django.views.admin.template and django.views.admin.doc to django.contri...Adrian Holovaty
2005-08-10Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note...Adrian Holovaty
2005-08-05Made small cleanups to two default urlconfs, to be clearer.Adrian Holovaty
2005-08-05Refactored the internals of URL parsing to use less codeAdrian Holovaty
2005-08-02Added doc view for templates that will show the search path for a given templ...Jacob Kaplan-Moss
2005-07-22Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses...Adrian Holovaty
2005-07-14Created django.contrib and moved comments into itAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty