Author: Alex
Date: 2011-09-10 10:20:31 -0700 (Sat, 10 Sep 2011)
New Revision: 16780
Modified:
django/trunk/docs/topics/http/urls.txt
Log:
Fixed #16280. Document that both args and kwargs cannot be passed to reverse at
the same time.
Modified: django/trunk/docs/topics/http/urls.txt
===================================================================
--- django/trunk/docs/topics/http/urls.txt 2011-09-10 17:19:05 UTC (rev
16779)
+++ django/trunk/docs/topics/http/urls.txt 2011-09-10 17:20:31 UTC (rev
16780)
@@ -808,6 +808,8 @@
namespaces into URLs on specific application instances, according to the
:ref:`namespaced URL resolution strategy
<topics-http-reversing-url-namespaces>`.
+``args`` and ``kwargs`` cannot be passed to ``reverse()`` at the same time.
+
.. admonition:: Make sure your views are all correct.
As part of working out which URL names map to which patterns, the
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.