On 8/9/07, Lic. José M. Rodriguez Bacallao <[EMAIL PROTECTED]> wrote:
> if I have a model with save method overrided to check if some values in my
> model are ok, how can I display the field(s) with errors in red in admin
> like django admin does when an error occur with that field(s)?
>

This is documented. See

  http://www.djangoproject.com/documentation/forms/

if you are using oldforms. Or look here

  http://www.djangoproject.com/documentation/newforms/

if you are using newforms.

Regards,

-- 
 Ramiro Morales

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