Arun Ravindran
More books by Arun Ravindran…
“>>> fill = {"name": "Blitz", "age": "30"}
>>> g = PersonDetailsForm(fill)
>>> g.is_valid()
True
>>> g.cleaned_data
{'age': 30, 'name': 'Blitz'}”
― Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition
>>> g = PersonDetailsForm(fill)
>>> g.is_valid()
True
>>> g.cleaned_data
{'age': 30, 'name': 'Blitz'}”
― Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition
Is this you? Let us know. If not, help out and invite Arun to Goodreads.
