bruno desthuilliers wrote:
> I'm afraid that if you want to use the admin app and still have a
> robust (and correct) model, you'll have to apply solutions #2 *and*
> #4. In order to restrict repetition to a minimum, you should factor
> this validation rule in a function (possibly defined in the your
> model's module) and call it from both the model's class save method
> and the custom form.
That's kind of what I was leaning towards, defining it in both places.
Putting something in the save() method of the model is what really
enforces the particular rule. Having a clean_address() method in a
custom form is really just providing a nicer user interface.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---