Ben Davis
|
e093060823
|
[1.6.x] Fixed #22220 -- Added more examples to reverse() documention.
Thanks EvilDMP for the suggestions.
Backport of 030dd4f72c from master
|
2014-04-16 20:31:09 -04:00 |
Tim Graham
|
f0d03d41be
|
[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
Backport of 981b864fbd from master
|
2014-03-31 07:55:33 -04:00 |
Jochem Oosterveen
|
882f2a5b81
|
[1.6.x] Fixed #22092 -- Documented ResolverMatch.view_name
Backport of 271929dd9d from master.
|
2014-02-23 13:54:17 +01:00 |
Alex de Landgraaf
|
23cbfc9a25
|
[1.6.x] Fixed #22063 -- Added reference to NoReverseMatch from the reverse() documentation
Backport of b645be80e9 from master.
|
2014-02-23 13:51:42 +01:00 |
Tim Graham
|
1dd061ad77
|
[1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
Thanks Keryn Knight for the suggestion.
Backport of eacf060e01 from master
|
2013-09-05 08:45:58 -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 |