Opened 16 years ago
Closed 16 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
Note:
See TracTickets
for help on using tickets.
Dup of #8764.