On Wed, Mar 18, 2009 at 11:24 AM, bobbyc <[email protected]> wrote:
>
> 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.

I've just tested this with trunk at r10087 and I'm not seeing
this problem.

What would be more useful is to also know which revision
you had been (successfully) using before so we can
search for a commit in the range, not necessarily 10087.

-- 
Ramiro Morales
http://rmorales.net

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

Reply via email to