Opened 19 years ago
Closed 17 years ago
#548 closed defect (fixed)
missing steps at end of tutorial04.txt
Reported by: | 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
For completeness... after switching over to use the generic views at the end of tutorial 4, one also has to update the vote view's exception handler to call the polls/polls_deatil template and pass 'object' in the context.
Change History (3)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
and vote view again
after completion of 4th tutorial i've got NoReverseMatch exception, 'cause reverse() function couldn't match any regexps in "urls" module when redirect appeared (after vote increment)
it's risen 'cause tutorial don't says how need to replace reverse() function in vote view after switching to use generic views at the end of tutorial
sry if it's just my omission and sry for my english :)
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Good job of searching the tickets. This is a dupe of #4615 however.
(In [1034]) Fixed #548 -- Added missing step at the end of docs/tutorial04.txt