mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 15:07:39 +03:00
Use of PyYAML's yaml.load function without specifying the Loader parameter has been deprecated, see https://msg.pyyaml.org/load. Earlier versions of PyYAML already had the alternative safe_load function, which limits the loader to a subset of YAML constructs, that is enough for what we need here. Fixes #6677 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_coreapi.py | ||
| test_get_schema_view.py | ||
| test_managementcommand.py | ||
| test_openapi.py | ||
| views.py | ||