Opened 16 years ago
Closed 16 years ago
#11439 closed (fixed)
Doucmentation for new URLconf include() function usage
| Reported by: | Ramiro Morales | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | include urlconf patterns | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
include() capabilities were extended in r9728 but the documentation wasn't updated accordingly.
Attachments (1)
Change History (2)
by , 16 years ago
| Attachment: | docs-for-r9728.diff added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11221]) Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks to Ramiro Morales for the draft text.