What is cleaned_data django?
Answer / Neha Kumari
Cleaned_data in Django refers to the validated data that has been processed by a form's clean() method. It contains only the values of the form fields that have passed validation, and any initial or user-supplied values that were not valid have been removed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is csrf example?
Does django support nosql?
What are views in django?
Where to store static files in django ?
How to connect mongodb in Django ?
Should I use django?
Explain the use of session in django framework?
Is python a mvc?
What color noise is best for sleeping?
What is a built-in function that python uses to iterate over a number sequence ?
How will you check in a string that all characters are in lowercase ?
Is django a mvc framework?