Re: Fellow Report - January 13, 2018

2018-01-13 Thread Rishabh Sharma
Hello sir I am Rishabh. I am a newbie and I want to learn and contribute. Thanks. On Sunday, January 14, 2018 at 7:19:03 AM UTC+5:30, Tim Graham wrote: > > Triaged > > --- > > https://code.djangoproject.com/ticket/28993 - Make admin's many to many > picker widget available in django.forms (

Fellow Report - January 13, 2018

2018-01-13 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28993 - Make admin's many to many picker widget available in django.forms (wontfix) https://code.djangoproject.com/ticket/28995 - Reuse django admin list view for model as a many to many selector (wontfix) https://code.djangoproject.com/

Re: Should ModelField.choices accept a callable?

2018-01-13 Thread Israel Fermin Montilla
Most of the cases where I wanted (or needed) dynamic choices, I've solved them by using a normal CharField() on the model and a ChoiceField() in the form and enforce the choices there. Models are persistence layer and the changes here, in my opinion as a first time poster in the group, should b