Hi group,

I have overridden a Model's save() method. In my method, I update
another database on another server with a simple password. My question
is: when that database is somehow not available and I have catched an
exception, how do I propagate that to the django-admin model form I was
editing? There was nothing wrong with the entered data, so it validates
just fine, but I need to warn the user that the password was not synced
with the other database. Thanks!

Regards,

David


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to