Re: .save_m2m() failing with multi-database error

2011-09-26 Thread Greg Turner
FWIW Ben, I had the same error, but under different circumstances (your message below is the top google result for the error!). For me, the problem was caused by a custom save() method in the model not calling super().save(). Did you omit such a method in your gist.github models? On 6 September 20

.save_m2m() failing with multi-database error

2011-09-06 Thread Ben Standefer
I think I might have found an issue related to https://code.djangoproject.com/ticket/14849. The last comment says to please email the django-dev group if there are any questions about the ticket, so here I am. I've done my best to provide a complete test case. I have an Event model with prope