What is cleaned_data django?



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

Post New Answer

More Django Python Interview Questions

What is csrf example?

1 Answers  


Does django support nosql?

1 Answers  


What are views in django?

1 Answers  


Where to store static files in django ?

1 Answers  


How to connect mongodb in Django ?

1 Answers  


Should I use django?

1 Answers  


Explain the use of session in django framework?

1 Answers  


Is python a mvc?

1 Answers  


What color noise is best for sleeping?

1 Answers  


What is a built-in function that python uses to iterate over a number sequence ?

1 Answers  


How will you check in a string that all characters are in lowercase ?

1 Answers  


Is django a mvc framework?

1 Answers  


Categories