#32400: Add the same serializer for yml as yaml into built-in serializers
-------------------------------------+-------------------------------------
Reporter: myl7 | Owner: myl7
Type: New | Status: assigned
feature |
Component: Core | Version: master
(Serialization) | Keywords: yml yaml serializer
Severity: Normal | loaddata
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-------------------------------------+-------------------------------------
yml is a common alias of yaml.
The new feature makes `./manage.py loaddata a` be able to find not only
`a.yaml` but also `a.yml`.
--
Ticket URL: <https://code.djangoproject.com/ticket/32400>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.