Hi, I want to use django as DB backend for an application I am writing, but I run into a problem when using ManyToManyFields. They don't seem to resolve. A minimal testcase of what I mean can be found on http://paste.ubuntu-nl.org/27980/
print m2.modelones.all() will trigger a TypeError as shown on http://paste.ubuntu-nl.org/27981/ To reproduce, save past 27980 as testcase/testcase.py and create an empty testcase/__init__.py (the directory structure is needed for django). Then run python -c 'import testcase.testcase' (Warning: it clobbers /tmp/testcase.db) I'm using django 0.95.1 with python 2.4.4 on Ubuntu 7.04 -- can anybody hlp me solve this? -- Cheers, Dennis K. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

