Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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

http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/#django.contrib.formtools.wizard.FormWizard.render_template

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)

form-wizard.txt.patch (617 bytes ) - added by Manuel Kaufmann 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Manuel Kaufmann, 15 years ago

Cc: Manuel Kaufmann added
Has patch: set
Keywords: pycamp2009 added

I changed that and I attached the patch.

by Manuel Kaufmann, 15 years ago

Attachment: form-wizard.txt.patch added

comment:3 by Kevin Kubasik, 15 years ago

Keywords: kkmegapatch added
Owner: changed from nobody to Kevin Kubasik

in the megapatch

comment:4 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10303]) A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,

comment:12 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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