﻿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
29919	Using RelatedOnlyFieldListFilter with reverse ManyToMany crashes	Dan Moore	nobody	"Using RelatedOnlyFieldListFilter with a reverse ManyToMany relation causes this exception:

get_choices() got an unexpected keyword argument 'limit_choices_to'

This method in ForeignObjectRel.get_choices is missing the parameter that Field.get_choices has.

Pull Request: https://github.com/django/django/pull/10606

Demo of how to trigger bug:  https://github.com/mgrdcm/django-bug-reverse-related/blob/master/rrbug/rrapp/admin.py#L11-L15"	Bug	closed	contrib.admin	2.1	Normal	fixed		Collin Anderson	Accepted	1	0	0	0	0	0
