Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/urlresolvers.txt
Commit message (Expand)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-21/+2
* Refs #17914 -- Discouraged using reverese() with callables.Tim Graham2015-08-031-0/+1
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-2/+2
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested n...Marten Kenbeek2015-06-061-0/+9
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-4/+7
* Fixed #22220 -- Added more examples to reverse() document...Ben Davis2014-04-171-10/+28
* Replaced urllib/urlparse imports with from django.utils.s...Tim Graham2014-03-311-1/+1
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-1/+1
* Fixed #22063 -- Added reference to NoReverseMatch from th...Alex de Landgraaf2014-02-231-0/+3
* Fixed #22092 -- Documented ResolverMatch.view_nameJochem Oosterveen2014-02-221-0/+5
* Fixed #21044 -- Documented django.core.urlresolvers.Resol...Tim Graham2013-09-051-2/+3
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Fixed #18974 - Warned against using models.permalinkTim Graham2012-11-221-17/+9
* Added section about URL reversion to URL mapper document.Ramiro Morales2012-10-081-9/+7
* Refactored URL mapping documentation.Ramiro Morales2012-10-061-0/+204