#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)
Change History (4)
by , 17 years ago
| Attachment: | list_editable_validationfix_2.diff added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10080]) Fixed #10530, #10527: added a couple more validation errors around
list_editable. Thanks, Florian Apolloner.