Thursday, April 4, 2019

Django validation

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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3e2e519b-4d0f-429c-9ed1-ffe0b7de9055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment