I had similar problems, but I put it down to doing something 'unusual'. Try setting a pdb breakpoint in your admin class, and see if there is anything odd. I found that I was getting failures due to save(commit=False) meaning that an object had no primary key, and I had to do some fancy stuff to replace the save_m2m method with one that handled my relationship.
Matt. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/KNtxJaZzTtIJ. To post to this group, send email to django-users@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.