mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge branch 'devel' of github.com:ansible/ansible-tower into merge-devel
This commit is contained in:
commit
c6c176cb5c
@ -2164,7 +2164,7 @@ class NotifierSerializer(BaseSerializer):
|
||||
"bool": (bool,),
|
||||
"list": (list,),
|
||||
"password": (str, unicode),
|
||||
"object": (dict,)}
|
||||
"object": (dict, OrderedDict)}
|
||||
|
||||
def to_representation(self, obj):
|
||||
ret = super(NotifierSerializer, self).to_representation(obj)
|
||||
|
Loading…
Reference in New Issue
Block a user