Hello, I'm seriously considering django 1.2 for a project which uses several databases. However, I still got an issue with django 1.2 about legacy database. I do have many to many relation that goes throught and table without primary key. I don't want to use an intermediate model since it adds absolutely nothing.
I used http://www.djangosnippets.org/snippets/962/ for supporting legacy database with django 1.1 but I can't get it working for 1.2 correctly (I can only get read but writes don't work). Has someone a similar code snippet for Django 1.2 ? Regards, Xavier Ordoquy. -- 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.