On Thursday, 6 June 2013 12:08:14 UTC+1, niiati wrote:

> Hello Snr Python/Django programmers,
>
> I am very new to python/Django and I find writing validation classes for 
> my application very tedious and repetitive. I am wondering if there is a 
> ready made class for validation. I mean validating things like date, 
> integers, address, currency and stuff like that.
>
> Please help.
>

You're doing things wrong if you're validating dates and integers.  They 
are validated for you as long as you use the correct fields (DateField and 
IntegerField, for example).
--
DR.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to