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 (
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/
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