📜  is_valid 方法 django - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.590000             🧑  作者: Mango

代码示例1
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.