Hi,

I'd like to know whether someone managed to get a many to many relationship 
with a keyless joint table.
I got a legacy database which uses that and although I can get it working on 
read mode, I have issues with writing.

I'm using this snippet (works fine with django 1.1):
http://djangosnippets.org/snippets/962/
but got no luck in patching it so that it could work with django 1.2 (and I 
need the later for permission management and multi database support).

Also I can't see how I could do it with a through table since django doesn't 
support composite keys.

Regards,
Xavier.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to