summaryrefslogtreecommitdiff
path: root/docs/url_dispatch.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-05-29Fixed #7191 -- Removed leading slashes in description of the patterns that a ...Russell Keith-Magee
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-18Fixed #6382: Documented request.urlconfJames Bennett
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
2008-02-14Updated the documentation for patterns() to note Python's 255 argument limit.Malcolm Tredinnick
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-08-19Added documentation of the arguments for the url() function.Malcolm Tredinnick
2007-08-19Added links from any reference to the url template tag to the appropriate pla...Malcolm Tredinnick
2007-08-04Fixed #5078 -- Fixed several broken links to the syndication documentation.Gary Wilson Jr
2007-07-10Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr
2007-06-01Edited docs/url_dispatch.txt changes from [5362]Adrian Holovaty
2007-06-01Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.comMalcolm Tredinnick
2007-05-27Fixed a typo.Malcolm Tredinnick
2007-05-27Added documentation for reverse() (based on a patch from Simon Greenhill) andMalcolm Tredinnick
2007-04-09Edited docs/url_dispatch.txt changes from [4901]Adrian Holovaty
2007-04-01Typo fix.Malcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-02-27Fixed #3598: Added a note about the precedence of URL matches versus extra k...Jacob Kaplan-Moss
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2007-01-23Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development...Adrian Holovaty
2007-01-19Changed one link in docs/url_dispatch.txt to use a relative link, as an exper...Adrian Holovaty
2006-08-11Improved urlresolvers so that URLconfs can be passed objects instead of stringsAdrian Holovaty
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-08-01Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove...Adrian Holovaty
2006-05-03Fixed two typos in docs/url_dispatch.txtAdrian Holovaty
2006-05-02Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slow...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-06Fixed #1588 -- Fixed typo in docs/url_dispatch.txtAdrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-02Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian RayAdrian Holovaty
2005-12-28Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joostAdrian Holovaty
2005-11-27Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f...Adrian Holovaty
2005-11-27Fixed several bugs in docs/url_dispatch.txt, and made several clarificationsAdrian Holovaty
2005-11-19Fixed ReST bugs in [1291]Adrian Holovaty
2005-11-19Beefed up docs/url_dispatch.txtAdrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-09-27Fixed #131 -- URLconfs that are 'included' now receive captured parameters fr...Adrian Holovaty
2005-07-21Fixed typos in docs/url_dispatch from [282]Adrian Holovaty
2005-07-21Updated url dispatch docs to make it more clear that the prefix need not end ...Jacob Kaplan-Moss
2005-07-20Fixed typos and tightened up docs/url_dispatch.txtAdrian Holovaty
2005-07-15Added URL config documentationJacob Kaplan-Moss