django-rest-framework/rest_framework
Jeremy Lainé a8d129b7da Represent serializer DictField as an Object in schema
DictFields were incorrectly being output as String in the schema.
This pull request outputs an Object instead and adds a unit test.

Update s/detail_route/action/ after rebase
2018-02-01 16:23:24 +01:00
..
authtoken
locale
schemas Represent serializer DictField as an Object in schema 2018-02-01 16:23:24 +01:00
static/rest_framework
templates/rest_framework
templatetags
utils
__init__.py
apps.py
authentication.py
checks.py
compat.py
decorators.py
documentation.py
exceptions.py
fields.py
filters.py
generics.py
metadata.py
mixins.py
models.py
negotiation.py
pagination.py
parsers.py
permissions.py
relations.py
renderers.py
request.py
response.py
reverse.py
routers.py
serializers.py
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py
viewsets.py