Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8299 closed (fixed)

Docs on ModelAdmin.form attribute need improvement

Reported by: 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

At the moment it is not really clear from the docs that you have to supply a subclass that already has a Meta class in it. From reading it I thought this would be added by the admin (as happens if you don't set the form attribute). This interpretation is also enforced by the lack of a Meta class in the validation example given later on. The attached patch fixes the example and tries to be a bit more explicit in the form attribute explanation.

Attachments (1)

form-attribute-doc-fix-00.diff (1.2 KB ) - added by 16 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Malcolm Tredinnick, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [8395]) Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta class to the ModelForm example in adding custom validation to the admin. Thanks jarrow for the report and initial patch.

comment:3 by , 16 years ago

Resolution: fixed
Status: closedreopened

The link to the section is somehow broken. At least with the locally generated docs my patch worked. I looked the syntax up here: http://docutils.sourceforge.net/docs/user/rst/quickref.html#implicit-hyperlink-targets

comment:4 by Alex Gaynor, 16 years ago

Resolution: fixed
Status: reopenedclosed

This is a separate issue, please open a new ticket for it.

comment:5 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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