Hi,

I've got two apps, called A and B.
A has a model called X and B has model called Y.
B hooks into the X's save-Method via the pre_save-Signal and throws an IntegrityError under dertain conditions. Everything like in: http://docs.djangoproject.com/en/dev/ref/signals/#ref-signals
This works perfectly.
Now I want the Admin to react on this IntegrityError.
This is no problem for Y, because i can override the AdminForm and throw a ValidationError in the clean_field method.

But how can i make the admin of A react on the IntegrityError without touching As admin.py?

Thanks
Thomas

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@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