Catch the missing piece.

This commit is contained in:
Aaron Tan 2016-11-15 16:50:23 -05:00
parent 473ed016de
commit 4ee7d1a136

View File

@ -34,6 +34,8 @@ def _new_handle_m2m_field(self, obj, field):
except AttributeError:
return
return _original_handle_m2m_field(self, obj, field)
_PythonSerializer.handle_m2m_field = _new_handle_m2m_field