Opened 19 years ago
Closed 19 years ago
#2355 closed defect (fixed)
[patch] tutorial3 limit missing
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The documentation in tutorial3 says:
Here's one stab at the index() view, which displays the latest 5 poll questions in the system,
but the limits are missing from the code examples. A patch which adds them is attached.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | tut03.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3359]) Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.