Tim Graham
|
4445d36d47
|
Fixed #22384 -- Deprecated reversing URLs by dotted path.
|
2014-06-03 07:30:14 -04:00 |
Ben Davis
|
030dd4f72c
|
Fixed #22220 -- Added more examples to reverse() documention.
Thanks EvilDMP for the suggestions.
|
2014-04-16 20:29:17 -04:00 |
Tim Graham
|
981b864fbd
|
Replaced urllib/urlparse imports with from django.utils.six.moves.
|
2014-03-31 07:54:22 -04:00 |
Claude Paroz
|
3a97f992fb
|
Fixed #22313 -- Removed 'u' prefixes from documentation
|
2014-03-22 21:32:20 +01:00 |
Alex de Landgraaf
|
b645be80e9
|
Fixed #22063 -- Added reference to NoReverseMatch from the reverse() documentation
|
2014-02-23 13:45:52 +01:00 |
Jochem Oosterveen
|
271929dd9d
|
Fixed #22092 -- Documented ResolverMatch.view_name
|
2014-02-22 18:31:40 +01:00 |
Tim Graham
|
eacf060e01
|
Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
Thanks Keryn Knight for the suggestion.
|
2013-09-05 08:45:33 -04:00 |
Aymeric Augustin
|
7ee7599ab3
|
Removed versionadded/changed annotations dating back to 1.4.
|
2012-12-29 21:59:08 +01:00 |
Tim Graham
|
0e3690d230
|
Fixed #18974 - Warned against using models.permalink
Thanks dstufft for the draft patch.
|
2012-11-22 16:08:51 -05:00 |
Ramiro Morales
|
ec1aad1671
|
Added section about URL reversion to URL mapper document.
|
2012-10-07 20:21:07 -03:00 |
Ramiro Morales
|
b6b8a3f66b
|
Refactored URL mapping documentation.
Reorganized topic document so it introduces concepts form simple to more
complex. Moved reference parts to their own documents.
|
2012-10-06 11:27:20 -03:00 |