Opened 14 years ago

Last modified 11 years ago

#13224 new New feature

style of m2m readonly_fields in admin change_form

Reported by: benc Owned by:
Component: contrib.admin Version: 1.2-beta
Severity: Normal Keywords: admin, readonly_fields, m2m
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

When setting readononly_fields on a m2m field we get a comma separate list of the m2m objects.

I think that it's easier to read when each object is in a newline.

At least, each object can be wrapped with a <span class="readonly-m2m-item"> so it will be possible to style it.

Thanks

Change History (11)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Eric Holscher, 13 years ago

milestone: 1.3

comment:3 by Julien Phalip, 13 years ago

milestone: 1.3

This would be a nice feature but it is too late now for 1.3.

comment:4 by Luke Plant, 13 years ago

Type: New feature

comment:5 by Luke Plant, 13 years ago

Severity: Normal

comment:6 by Julien Phalip, 13 years ago

UI/UX: set

comment:7 by Julien Phalip, 13 years ago

Component: User Experiencecontrib.admin

comment:8 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:9 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:10 by Aymeric Augustin, 12 years ago

UI/UX: set

Revert accidental batch modification.

comment:11 by Jacob, 11 years ago

Triage Stage: Design decision neededAccepted
Note: See TracTickets for help on using tickets.
Back to Top