Fixed #16280. Document that both args and kwargs cannot be passed to reverse at the same time.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2011-09-10 17:20:31 +00:00
parent 36120f41a9
commit fee2d1877f
1 changed files with 2 additions and 0 deletions

View File

@ -808,6 +808,8 @@ This ``current_app`` argument is used as a hint to resolve application
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