| Age | Commit message (Expand) | Author |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-09-22 | Fixed #16910 -- Misleading regex in urlpatterns inclusion docs. | Paul McMillan |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-09-11 | Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n... | James Bennett |
| 2011-09-11 | Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo... | James Bennett |
| 2011-09-10 | Fixed #16280. Document that both args and kwargs cannot be passed to reverse ... | Alex Gaynor |
| 2011-08-20 | Fixed #16654 - Syntax error in reverse() example; thanks jedie. | Timo Graham |
| 2011-07-04 | Fixed #16332 -- Added language template tag that switches the activate langua... | Jannis Leidel |
| 2011-05-10 | Fixed small typo from [16054] in docs/topics/http/urls.txt | Adrian Holovaty |
| 2011-04-29 | Fixed minor doc typo. | Jannis Leidel |
| 2011-04-29 | Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers... | Jannis Leidel |
| 2011-04-20 | Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank... | Gabriel Hurley |
| 2011-02-17 | Fixed #15233 -- Corrected a duplicate module directive that raised a warning ... | Gabriel Hurley |
| 2011-02-16 | Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent... | Gabriel Hurley |
| 2011-01-03 | Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-11-26 | Fixes #14743 - Add sphinx links and other cleanups to topics/http/urls.txt. T... | Timo Graham |
| 2010-11-20 | Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ... | Gabriel Hurley |
| 2010-11-17 | Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo... | Alex Gaynor |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-01 | Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo. | Jannis Leidel |
| 2010-09-12 | Documented how to manually piece together URLs with get_script_name(). | Malcolm Tredinnick |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-05 | Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13051 -- Corrected the documentation of URL namespacing to match the t... | Russell Keith-Magee |
| 2009-12-13 | Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso... | Jacob Kaplan-Moss |
| 2009-11-16 | Fixed #5034 -- honor request.urlconf in reverse and resolve. | Brian Rosner |
| 2009-07-21 | Cleanup of some minor markup problems in URL documentation. | Russell Keith-Magee |
| 2009-07-17 | Fixed #11492 -- Corrected some typos, and added some extra markup for the URL... | Russell Keith-Magee |
| 2009-07-16 | Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Car... | Russell Keith-Magee |
| 2009-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | Russell Keith-Magee |
| 2009-07-11 | Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t... | Russell Keith-Magee |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2008-11-16 | Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and remove | Malcolm Tredinnick |
| 2008-11-02 | Fixed #9497 - Doc typos. Many thanks ramiro. | Karen Tracey |
| 2008-11-02 | Fixed #9495 -- Corrected typo in urls doc. Thanks seemant. | Karen Tracey |
| 2008-10-06 | Fixed #8975 -- Added a note to the documentation for reverse() that all views | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8600: Corrected example URLConf to match new comments framework. Thank... | Russell Keith-Magee |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |