Opened 15 years ago

Closed 15 years ago

#9984 closed (duplicate)

Documentation needed for reverse() and url tag limitations regarding mixed args and kwargs

Reported by: Killarny Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As discussed on the django-developers list in this thread, reverse() and {% url %} do not support matching views which have both required arguments and keyword arguments. However, the documentation is unclear about this, and should be updated a bit to mention these limitations in some fashion.

The documentation pages in question are:

http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse

http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url

Change History (1)

comment:1 by Jacob, 15 years ago

Resolution: duplicate
Status: newclosed

Dup of #8764.

Note: See TracTickets for help on using tickets.
Back to Top