Changes between Initial Version and Version 1 of Ticket #29441, comment 3


Ignore:
Timestamp:
May 27, 2018, 3:43:26 AM (6 years ago)
Author:
Daniel Rios

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29441, comment 3

    initial v1  
    1515}}}
    1616
    17 I was unable to get it running because ruaml (even though based on pyyaml) is written a bit different to the way Django handles serializers but the fact that it does support other serializers means that it would be possible to get ruaml to work.
     17I was unable to get it running because ruaml (even though based on pyyaml) is incompatible to the way Django handles serializers. However, the fact that Django does support other serializers means that it would be possible to get ruaml to work.
    1818
    19 A better idea would be to create a third party package `django-ruaml-serializer` that patches the differences in ruaml to work with the existing django serializer.
     19An idea would be to create a third party package `django-ruaml-serializer` that patches the differences in ruaml to work with the existing django serializer.
Back to Top