On Thu, 2007-06-14 at 08:51 -0700, Tipan wrote:
> 
> > It's ticket #3951, most likely. As you'll see in the comments there,
> > there is an approach for fixing it. However, it's likely to wait until
> > after some serious surgery is done on the signals module and that is
> > ongoing work at the moment. So for now, you'll just have to work around
> > it a bit.
> 
> Thanks for the feedback Malcom.
> 
> I think that's exactly what is happening. Reading through the ticket
> discussion it suggests that the workround is similar to that employed
> with the model loading function where the source filename is checked.
> Can you point me to where I can read more about how to do this?

See django/db/models/loading.py, in the register_models() function.

I'm not 100% certain that will be the right fix, but from reading the
ticket and the model dispatching code, it looked like the right idea.
Not a change worth making to core just yet, though, since Brian Harring
is rewriting signal dispatching, so it will either be done as part of
that or something we can fix when he's finished.

Regards,
Malcolm



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