mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
b1048984a7
The `ListField` was generating a schema that contained `type=None` when a `ChoiceField` was the child, since we are not currently able to introspect the type of a `ChoiceField`. |
||
---|---|---|
.. | ||
__init__.py | ||
test_coreapi.py | ||
test_get_schema_view.py | ||
test_managementcommand.py | ||
test_openapi.py | ||
views.py |