Changes between Initial Version and Version 1 of Ticket #32978
- Timestamp:
- Jul 31, 2021, 3:11:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32978 – Description
initial v1 2 2 3 3 This could be especially confusing for new Django developers who are not aware that `yaml` is pointing to the PyYAML project on PyPI and is not a part of Django. Since yaml is the only one of the four serializers requiring an add-on third party package, it may be helpful to provide a more verbose error in this case. 4 5 For instance, something like. "Serializing to and from YAML requires the PyYAML package. Install PyYAML to use the YAML format."