On Jun 30, 8:19 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote:
> On 6/30/07, Dennis K. <[EMAIL PROTECTED]> wrote:
>
> > but I run into a problem when using ManyToManyFields. They don't seem
> > to resolve.
> ...
> > I'm using django 0.95.1 with python 2.4.4 on Ubuntu 7.04 -- can
> > anybody hlp me solve this?
>
> I think this (both test case and error) should be filed as a ticket.

Not necessarily -- I found the solution:

The magic behind ManyToManyFields relies on all models (well, the
models used in the relationship) being present in an appname.models
module. When I did that, the thing magically worked.

--
Cheers,
Dennis.


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