What is the different between newforms, forms.CharField(max_length =
30, min_length = 5, error_message ='Must be at least 5 char length')
and using clean method raise forms.ValidationError ('Display some
error message')

Is former for static error message and later for Dynamic Error Message?


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to