Django: How do I access the request object or any other variable in a form's clean() method?
- by nubela
I am trying to request.user for a form's clean method, but how can I access the request object? Can I modify the clean method to allow variables input?
Thanks.