Re: #7028 Pledge not to deprecate raw_id_fields

2016-11-27 Thread Florian Apolloner
On Sunday, November 27, 2016 at 5:42:10 PM UTC+1, mrts wrote: > > Regarding the latter, is it planned to support adding new objects in the > autocomplete implementation? > It does support that like it is now (ie with a plus icon next to the input) -- You received this message because you are

Re: #7028 Pledge not to deprecate raw_id_fields

2016-11-27 Thread Aymeric Augustin
Hello, This is the first time I hear about the idea to deprecate raw_id_fields. Given how long it’s been the only workaround for Django’s lack of a built-in autocomplete, I’d rather exercise caution here. Also I’m pretty sure there are use cases where raw_id_fields are a better way to select a

#7028 Pledge not to deprecate raw_id_fields

2016-11-27 Thread mrts
Tim Graham writes in https://code.djangoproject.com/ticket/7028: *I think it doesn't make sense to add this enhancement while also adding a new autocomplete widget (#14370 ). After the autocomplete widget is added, we might deprecate raw_id_fields i