Re: Deprecate choices argument in Select.render

2016-01-24 Thread James Pic
Felt free, thanks for answering. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroup

Re: Deprecate choices argument in Select.render

2016-01-24 Thread Tim Graham
Please see https://code.djangoproject.com/ticket/25731 for some discussion. Feel free to offer a patch so we can assess if it's feasible. On Sunday, January 24, 2016 at 2:57:04 PM UTC-5, is_null wrote: > > Hi all, > > In Select widgets, as well as many other (including MultipleHiddenInput, > whe

Deprecate choices argument in Select.render

2016-01-24 Thread James Pic
Hi all, In Select widgets, as well as many other (including MultipleHiddenInput, where it's not used) rendering methods all have a choices=() kwarg and use a chain(self.choices, choices) when rendering. Maybe I'm missing something, but it seems like this has just been sitting there since 2006 and