Changes between Initial Version and Version 1 of Ticket #29441, comment 3
- Timestamp:
- May 27, 2018, 3:43:26 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29441, comment 3
initial v1 15 15 }}} 16 16 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 itdoes support other serializers means that it would be possible to get ruaml to work.17 I 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. 18 18 19 A betteridea would be to create a third party package `django-ruaml-serializer` that patches the differences in ruaml to work with the existing django serializer.19 An 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.