Default values for required and error css classes

2021-10-26 Thread smi...@gmail.com
Hi all, I was looking at the code for `forms.Form` recently and noticed that there are a couple of hooks[1] to add CSS classes to required or erroneous forms. However, the ​`BaseForm` does not have a class level initialisation of these. The classes are then later added via a `hasattr` check.

Re: How to create a password reset for Custom User Model

2021-10-26 Thread Amit Karnam
Thanks for the clarification, will move the conversation to the correct channel! On Mon, 25 Oct 2021, 11:15 pm 'Adam Johnson' via Django developers (Contributions to Django itself), wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing