On Sun, 2008-04-20 at 03:49 -0700, Alex Koshelev wrote:
> No, in python each module evaluates one time - at import process.

Your answer depends upon the condition that things are only imported
once, which isn't true if __import__() is used (it acts like reload()).
Since Django uses __import__ in a few places, it's possible for model
files to be imported more than once.

Regards,
Malcolm

-- 
A clear conscience is usually the sign of a bad memory. 
http://www.pointy-stick.com/blog/


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