summaryrefslogtreecommitdiff
path: root/docs/topics/http/urls.txt
AgeCommit message (Expand)Author
2010-05-09Fixed #13051 -- Corrected the documentation of URL namespacing to match the t...Russell Keith-Magee
2009-12-13Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...Jacob Kaplan-Moss
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-07-21Cleanup of some minor markup problems in URL documentation.Russell Keith-Magee
2009-07-17Fixed #11492 -- Corrected some typos, and added some extra markup for the URL...Russell Keith-Magee
2009-07-16Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Car...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-11Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t...Russell Keith-Magee
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2008-11-16Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and removeMalcolm Tredinnick
2008-11-02Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey
2008-11-02Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.Karen Tracey
2008-10-06Fixed #8975 -- Added a note to the documentation for reverse() that all viewsMalcolm Tredinnick
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-28Fixed #8600: Corrected example URLConf to match new comments framework. Thank...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss