Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10530 closed (fixed)

list_editable and list_display[0] clashes

Reported by: Florian Apolloner Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

if list_display_links isn't set, the first field of list_display is used for the links. If this field is used in list_editable then, the current validation doesn't catches it.

Attachments (1)

list_editable_validationfix_2.diff (816 bytes ) - added by Florian Apolloner 15 years ago.

Download all attachments as: .zip

Change History (4)

by Florian Apolloner, 15 years ago

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10080]) Fixed #10530, #10527: added a couple more validation errors around list_editable. Thanks, Florian Apolloner.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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