Fellow Report - July 16, 2016

2016-07-16 Thread Tim Graham
This week I looked at all the dependencies for djangoproject.com to see how they’re doing with Django 1.10 compatibility. Mostly, it was just a matter of adding 1.10 to the tox and Travis configs. See the “ Authored” section for details. I’m running an informal sprint during the talks at Djan

Re: SelectMultiple widget value_from_datadict enhancement suggestion

2016-07-16 Thread Tim Graham
I've seen a few patches recently to move things toward duck-typing so this seems welcome. On Saturday, July 16, 2016 at 4:41:59 PM UTC-4, Marcin Nowak wrote: > > Dear all. > > I would just say that implementation of SelectMultiple.value_from_datadict > is not based on duck typing, and has some d

SelectMultiple widget value_from_datadict enhancement suggestion

2016-07-16 Thread Marcin Nowak
Dear all. I would just say that implementation of SelectMultiple.value_from_datadict is not based on duck typing, and has some disadvantages. Source: https://github.com/django/django/blob/master/django/forms/widgets.py#L606 def value_from_datadict(self, data, files, name): if isinst