#9529 closed (fixed)
Mistake in FormWizard.render_template documentation
Reported by: | Ryan Williams | Owned by: | Kevin Kubasik |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | pycamp2009 kkmegapatch | |
Cc: | Manuel Kaufmann | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It says: 'Renders the template for the given step, returning an HttpResponseRedirect object.'
Clearly this is wrong and it should return an HttpResponse object. It might also be helpful to include the function signature.
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Cc: | added |
---|---|
Has patch: | set |
Keywords: | pycamp2009 added |
by , 16 years ago
Attachment: | form-wizard.txt.patch added |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I changed that and I attached the patch.