Opened 18 years ago

Closed 18 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

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1790]) Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost

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