Opened 14 years ago

Closed 14 years ago

#14993 closed (fixed)

Please make clear, that filter_horizontal pertains to m2m fields

Reported by: jammon Owned by: nobody
Component: Documentation Version: 1.3-beta
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the documentation of ModelAdmin options please mention, that filter_horizontal (and filter_vertical) pertains to m2m fields on the edit page.
(I got confused with that option until I realized, that list_filter was what I was looking for.)

Change History (2)

comment:1 by Ramiro Morales, 14 years ago

Triage Stage: UnreviewedAccepted

I agree, the description of these two admin options needs some revamping.

comment:2 by Tim Graham, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r15357

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