﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31952	Using EmptyFieldListFilter with reverse relationship crashes	Mariusz Felisiak	Federico Jaramillo Martínez	"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."	Bug	closed	contrib.admin	3.1	Release blocker	fixed		Federico Jaramillo Martínez Jonas Haag Christophe Baldy dacotagh	Accepted	1	0	0	0	0	0
