Django

Code

Ticket #1128 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

Description of URLconf algorithm has unfinished sentence

Reported by: joost Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

12/28/05 17:14:10 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1128 (Description of URLconf algorithm has unfinished sentence)




Change Properties
Action