﻿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
32146	Make AutocompleteSelect and AutocompleteSelectMultiple easier to reuse	Andy Babic	nobody	"The 'rel' argument currently required for Autocomplete widget instantiation is a little confusing if you don't know a huge amount about relationship field internals, and is also unnecessary, it would seem. It looks as though the only reason for passing this, is that the model class can be extracted from it. However, if used with `ModelChoiceField` and `ModelMultipleChoiceField` (which is, currently, always the case), that is available from the `self.choices` (a `ModelChoiceIterator`). 

https://github.com/django/django/pull/13060/files"	Cleanup/optimization	closed	contrib.admin	3.1	Normal	wontfix	autocomplete		Unreviewed	1	0	0	0	0	0
