mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 23:17:45 +03:00
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 | ||