Hi All,
I working on Django validation,
i have done some practice,
I observed somethig plase let know if any misunderstadings,
1) When every datatype in models have default validators or worked, it is worked on the form contains is_valid() or else ?..
2)we can add the custom validations using validators=[nameofthevalidation function] which is only inadditionto the existing validators means validate defaultvalidators first and then next custom validations, If we use required=true use in remove only custom validation only ?..
3) i need to mute all default validation and add only my custom validation ---Explain in datail plesase
Thank you all