mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
Catch the missing piece.
This commit is contained in:
@@ -34,6 +34,8 @@ def _new_handle_m2m_field(self, obj, field):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
return
|
return
|
||||||
return _original_handle_m2m_field(self, obj, field)
|
return _original_handle_m2m_field(self, obj, field)
|
||||||
|
|
||||||
|
|
||||||
_PythonSerializer.handle_m2m_field = _new_handle_m2m_field
|
_PythonSerializer.handle_m2m_field = _new_handle_m2m_field
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user