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