I want to create some custom validation methods for some fields in a
model that I have.  I use a form to display this model through a
view.  Anyways, does this mean I can't use
"forms.models.form_for_model(Employee)"?  Would I have to create this
form seperately from the model instead of appending it in the view?
It seems like that would be redundant.  I tried adding some validators
within the model itself, but when I test them through my view it
doesn't raise a validation error.


--~--~---------~--~----~------------~-------~--~----~
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