mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Catch the missing piece.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user