Hi,

[Sorry, if this has been asked before]
I defined a model using a custom manager. However, this custom manager
is not used when I call "delete()" method on an instance object. The
reason
I use a custom manager is because the model represents objects in
another
legacy database (different from the normal database used by django).
So
I'm basically trying to emulate multi-db support.

Obviously, as delete() uses the default manager, it fails as the
corresponding
table is not in that database.

Is there a workaround for this, or do I have to overload delete() in
my model
and use raw SQL?

Thanks,
Michael.

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