1
0
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:
Akita Noek 2016-03-01 15:10:07 -05:00
commit c6c176cb5c

View File

@ -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)