mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Catch the missing piece.
This commit is contained in:
parent
473ed016de
commit
4ee7d1a136
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user