On Tue, Jul 12, 2011 at 4:26 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:

> Does anyone else find working with form validation in Django to be a bit
> awkward and/or tedious?
>
> I can't say exactly why I don't like it, because I don't really know
> myself, I just always disliked working with it.
>
> Am I being a fussy little fuzz ball, or does anyone else have this same
> view towards it..?
>

Well, i had my own cribs w.r.t form rendering ...as_p and as_table looked
neanderthal.
However, i moved to uni-form, and am loving it since then.

On the validation, yes, it is a little pesky. But, offlate, i am trying to
*understand* it better and trying to move the logic
to the client. For eg. jquery-validate does bulk of the stuff on client side
- atleast for required fields. So, moving
bulk of the validation to the client helps in avoiding a few http calls.

-V

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to