📅  最后修改于: 2022-03-11 14:45:32.590000             🧑  作者: Mango
is_valid() method in django .
we can use the is_valid() method to check whether the entered data is valid or not.
If the data is valid then is_valid() returns True, otherwise False.