How can I clear and change form data in django. I would like to define it for each field for each model, as well as for ModelForms.
What I want to achieve automatically removes leading and trailing spaces from certain fields or turns the header (from one field) into a pool (which will be another field).
python django forms slug
Josh hunt
source share