#31952 closed Bug (fixed)
Using EmptyFieldListFilter with reverse relationship crashes
Description ¶
Using EmptyFieldListFilter
with reverse relationship crashes because they don't have empty_strings_allowed
attribute. I reproduced this issue with all types of reverse relationship:
AttributeError: 'ManyToManyRel' object has no attribute 'empty_strings_allowed' AttributeError: 'ManyToOneRel' object has no attribute 'empty_strings_allowed' AttributeError: 'OneToOneRel' object has no attribute 'empty_strings_allowed'
Thanks dacotagh for the report.
Change History (4)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR