summaryrefslogtreecommitdiff
path: root/docs/ref/urlresolvers.txt
AgeCommit message (Expand)Author
2018-12-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Refs #26013 -- Removed deprecated django.core.urlresolvers module.Tim Graham
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-08-03Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-06-06Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-04-16Fixed #22220 -- Added more examples to reverse() documention.Ben Davis
2014-03-31Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-02-23Fixed #22063 -- Added reference to NoReverseMatch from the reverse() document...Alex de Landgraaf
2014-02-22Fixed #22092 -- Documented ResolverMatch.view_nameJochem Oosterveen
2013-09-05Fixed #21044 -- Documented django.core.urlresolvers.Resolver404Tim 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-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales