Is anyone else having trouble with importing models into other models
with the latest Django rev. (as I write this, 10087).
../python2.5/site-packages/django/db/models/loading.py", line 57, in
_populate
self.load_app(app_name, True)
../python2.5/site-packages/django/db/models/loading.py", line 72, in
load_app
mod = __import__(app_name, {}, {}, ['models'])
../gchub_db/apps/joblog/models.py", line 11, in <module>
from gchub_db.apps.workflow.models import Job, Item
ImportError: cannot import name Job
This has worked fine for months. I've looked at the changes in that
revision, but don't see what could be doing this.
Thanks in advance for any help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---