Re: Django form validations

2010-05-31 Thread Horst Gutmann
Well, since validators were introduced with 1.2 you can't really use them just right away with 1.1. So if zou want to use validators as in 1.2, you probably should update to 1.2 ;-) But there are still all the other validation facilities available like clean_fieldname etc. You can find all the det

Re: Django form validations

2010-05-31 Thread tazimk
yes, I have read that section but right know I am using Django version 1.1 which does not support some new built in validation functions . Also, where should valiadtions be done ideally server side or client side i.e using javascripts etc ? On May 31, 1:01 pm, Horst Gutmann wrote: > Have you alre

Re: Django form validations

2010-05-31 Thread Horst Gutmann
Have you already read http://docs.djangoproject.com/en/1.2/ref/forms/validation/#ref-forms-validation ? On Mon, May 31, 2010 at 9:16 AM, tazimk wrote: > How to use django custom validators to verify form fields data > > -- > You received this message because you are subscribed to the Google Group

Django form validations

2010-05-31 Thread tazimk
How to use django custom validators to verify form fields data -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubs