Opened 18 years ago

Closed 18 years ago

#1589 closed defect (worksforme)

Code example seems to be missing some code.

Reported by: jstrait@… 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

In regards to section: http://www.djangoproject.com/documentation/url_dispatch/#captured-parameters

What code in the example would make the example invalid if the section postulate were not true? (postulate: An included URLconf receives any captured parameters from parent URLconfs)

Change History (2)

comment:1 by Malcolm Tredinnick <malcolm@…>, 18 years ago

It is not very clear what you think is wrong here. Could you clarify a bit, please? The page you refer to has not code other than URL pattern matching configuration and that all looks to be complete. What do you believe is missing?

comment:2 by Adrian Holovaty, 18 years ago

Resolution: worksforme
Status: newclosed

I'm not sure what you're asking here. Please reopen with a better explanation if you still think the docs are unclear.

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