#14982 closed (fixed)
EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display
Reported by: | marcob | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2 |
Severity: | Keywords: | blocker, regression | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This problem was fixed in #11297 but it came back again with 1.2.4.
Simple patch attached.
Attachments (2)
Change History (9)
by , 14 years ago
Attachment: | none_value.11297.1.2.4.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|---|
Needs tests: | set |
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Yes, this is because the triager of #11297 closed it without verifying if the issue reported was effectively fixed.
comment:3 by , 14 years ago
Keywords: | blocker regression added |
---|
comment:4 by , 14 years ago
milestone: | → 1.3 |
---|
by , 14 years ago
Attachment: | empty_changelist_value.patch added |
---|
fixes the issue and has a unit test
comment:5 by , 14 years ago
Needs tests: | unset |
---|---|
Patch needs improvement: | unset |
Here is a new patch that solves the issue and has unit tests. It doesn't show up in the preview but if you click original format the patch shows up.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It isn't just 1.2.4 - this existed in 1.2. I'm guessing it's a regression from the introduction of readonly fields.