pbs/django-atris

Many-to-many field changes not logged

Closed this issue · 0 comments

Even though we use the post_add action for the m2m_changed signal, the many-to-many field list is not populated with the new items which means the diff won't detect the field as being changed. The pk_set parameter however does contain the new entry.