summaryrefslogtreecommitdiff
path: root/docs/topics/http/urls.txt
AgeCommit message (Expand)Author
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
2014-06-10[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-03-27[1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
2013-12-30Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
2013-12-26Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-22A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-21Fixed #21137 -- Documented best practice for URLconfs with repeated pattern p...Michael DiBernardo
2013-08-03Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-19Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...Tim Graham
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
2012-08-20Made an example more readable in the URLs docs.Aymeric Augustin
2012-08-20Added links in URLs doc for consistency.Aymeric Augustin
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...Timo Graham
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-12Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio.Julien Phalip
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-22Fixed #16910 -- Misleading regex in urlpatterns inclusion docs.Paul McMillan
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...James Bennett
2011-09-11Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...James Bennett
2011-09-10Fixed #16280. Document that both args and kwargs cannot be passed to reverse ...Alex Gaynor
2011-08-20Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-05-10Fixed small typo from [16054] in docs/topics/http/urls.txtAdrian Holovaty
2011-04-29Fixed minor doc typo.Jannis Leidel