Does anyone know if the Model class validate() method will be ready
any time soon?  I am trying to learn Django but don't want to spend a
lot of time hacking save() work-arounds if new core features will
resolve the issue of business logic validation within models.

-- Eric --

On Oct 24, 12:11 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:

> Right now, there's a validate() method on the Model class, but it is
> incomplete and not recommended for production use.
>
> In the interim, doing things in the save() method is possible, although
> it's not a brilliantly nice design, since save() should never raise
> validation errors and, if it does, you won't get feedback to, say, the
> admin interface or places like that. But it's the workaround you need to
> do at the moment.
>
> Regards,
> Malcolm
>
> --
> Atheism is a non-prophet organization.http://www.pointy-stick.com/blog/
--~--~---------~--~----~------------~-------~--~----~
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