Question on documentation (new contributor)

2017-09-10 Thread Israel Fermin Montilla
Hello guys! I'm a new guy who wants to help and contribute to Django. I'm taking care of this ticket https://code.djangoproject.com/ticket/28539, it has to do with documentation, the person who submitted it added a patch already. He added some documentation to the Remote User Authentication

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