Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8518 closed (fixed)

Refactored documentation for Widgets renders wrong

Reported by: Flavio Curella Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

in the widget list at http://docs.djangoproject.com/en/dev/ref/forms/widgets/#module-django.forms.widgets, 'class' is prepended to every line.

Attachments (1)

8518.diff (1.8 KB ) - added by Thejaswi Puthraya 16 years ago.
Attaching a git-patch of the trunk that removes this problem

Download all attachments as: .zip

Change History (4)

by Thejaswi Puthraya, 16 years ago

Attachment: 8518.diff added

Attaching a git-patch of the trunk that removes this problem

comment:1 by Thejaswi Puthraya, 16 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [8610]

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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