#34638 closed Bug (fixed)
Rows are selected if BooleanField is in list_editable
| Reported by: | Andrei Shabanski | Owned by: | Neeraj Kumar |
|---|---|---|---|
| Component: | contrib.admin | Version: | 4.2 |
| Severity: | Release blocker | Keywords: | |
| Cc: | Neeraj Kumar, Marcelo Galigniana, Carlton Gibson | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
If BooleanField is list_ediable and it stores True, the row will be highlighted on the changelist view. That row isn't selected for bulk actions though.
Ref #33491
Change History (14)
comment:1 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 2 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:4 by , 2 years ago
| Description: | modified (diff) |
|---|---|
| Has patch: | set |
comment:5 by , 2 years ago
comment:7 by , 2 years ago
| Cc: | added |
|---|---|
| Severity: | Normal → Release blocker |
Regression in 0aa2f16e63887d6053f6fd0da19254fc74c750ae
comment:8 by , 2 years ago
| Description: | modified (diff) |
|---|
Neeraj it's not necessary to add PR links in the description as well as your comment ;)
PRs are automatically linked (see the "Pull Requests:" bit at the top). Some people like to see PRs in the comments too 🤷♂️ But I'd leave it out of the description as it looks like the reporter added it.
comment:10 by , 2 years ago
| Needs documentation: | set |
|---|---|
| Patch needs improvement: | set |
comment:11 by , 2 years ago
| Needs documentation: | unset |
|---|---|
| Patch needs improvement: | unset |
comment:12 by , 2 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.

https://github.com/django/django/pull/16951