Django

Code

Ticket #9529 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Mistake in FormWizard.render_template documentation

Reported by: Ratty Assigned to: kkubasik
Milestone: 1.1 Component: Documentation
Version: 1.0 Keywords: pycamp2009 kkmegapatch
Cc: humitos Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

form-wizard.txt.patch (0.6 kB) - added by humitos on 03/23/09 15:25:38.

Change History

02/26/09 15:11:37 changed by jacob

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone set to 1.1.

03/23/09 15:25:22 changed by humitos

  • cc set to humitos.
  • keywords set to pycamp2009.
  • has_patch set to 1.

I changed that and I attached the patch.

03/23/09 15:25:38 changed by humitos

  • attachment form-wizard.txt.patch added.

03/30/09 10:50:31 changed by kkubasik

  • keywords changed from pycamp2009 to pycamp2009 kkmegapatch.
  • owner changed from nobody to kkubasik.

in the megapatch

03/31/09 18:34:04 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #9529 (Mistake in FormWizard.render_template documentation)




Change Properties
Action