summaryrefslogtreecommitdiff
path: root/docs/ref/urlresolvers.txt
AgeCommit message (Expand)Author
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