zlorf / django-synchro

Django app for database data synchronization.
MIT License
66 stars 22 forks source link

M2m changes are not synced #4

Closed zlorf closed 12 years ago

zlorf commented 12 years ago

Creation of model with m2m fields are handled properly.

However, when model once synced is changed (exactly: its m2m fields is changed), it is not logged, hence not synced later.