docs request: signals documentation warning

2019-09-20 Thread Cesar Canassa
Hello, I would like to propose a small change to the Django signals documentation: https://docs.djangoproject.com/en/2.2/topics/signals/ According to the documentation: > Django includes a “signal dispatcher” which helps allow decoupled applications get notified when actions occur elsewhere in

Form required field

2019-09-20 Thread Ahmad Sharif
Hi, We can add a new field to formbase class like 'fields' or 'exclude' called 'required'. Any field is in that list, must be completed for submitting and validating. I think it's not so difficult. How do I can do that with contributing in django? It's so good if we can impliment that. -- You re