Re: Why do the IDs in many to many join tables change when there is no change.

2015-01-19 Thread jonas hagstedt
First off: this sounds like a bug, please log an issue on Github with as much info as possible (router, serializer and model etc. if you can) I would recommend not using `SelfPublishModel` in this scenario, instead publish the event manually. If you do it manually you lose out on having it

Why do the IDs in many to many join tables change when there is no change.

2015-01-19 Thread Shazwi Suwandi
I'm using Swampdragon to provide real time updates to the system since I don't want users to keep refreshing their page to get them. I used the *ModelPublisherRouter* which causes me to get any updates to a particular model. I currently have an Events model with the following attributes: class