Opened 19 years ago
Closed 19 years ago
#1128 closed defect (fixed)
Description of URLconf algorithm has unfinished sentence
Reported by: | joost | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | 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
http://www.djangoproject.com/documentation/url_dispatch/#the-matching-grouping-algorithm
This is the exact text:
- If there are any named groups, it will use those as keyword arguments, ignoring any non-named groups.
- Otherwise, it will pass all non-named groups as positional arguments.
- In both cases, it will pass any extra
Note:
See TracTickets
for help on using tickets.
(In [1790]) Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost