Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#7893 closed (fixed)

in Admin doc, fieldsets keys are not distinct from ModelAdmin options

Reported by: anonymous Owned by: Brian Rosner
Component: Documentation Version: dev
Severity: Keywords: admin
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 page documentation/admin/ ,

The list of fieldset options is indistinct visually from the list of ModelAdmin options, and it is included in it.

It can be very misleading : one can understand by example that filter_horizontal is a fieldset possible key.

Solution : use another level of indentation, use a bullet point list ...

Attachments (1)

7893.admin_doc.diff (3.1 KB ) - added by Julien Phalip 16 years ago.
Using bullet points

Download all attachments as: .zip

Change History (7)

comment:1 by Brian Rosner, 16 years ago

milestone: 1.0 beta
Owner: changed from nobody to Brian Rosner
Status: newassigned
Triage Stage: UnreviewedAccepted

There actually is another level of indirection, but visually that is not be expressed very nicely.

by Julien Phalip, 16 years ago

Attachment: 7893.admin_doc.diff added

Using bullet points

comment:2 by Julien Phalip, 16 years ago

Ooops, sorry brosner, I didn't realised that you were assigned to this ticket. Feel free to disregard the patch I posted ;)

comment:3 by Brian Rosner, 16 years ago

milestone: 1.0 beta1.0

comment:4 by Ivan Giuliani, 16 years ago

Has patch: set

comment:5 by Brian Rosner, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8706]) Fixed #7893 -- Gave fieldsets dictionary options a better visual display to set aside from other options in the ModelAdmin due to some name clashing causing confusion.

comment:6 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

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