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