drf-yasg/src/drf_yasg
Cristi Vîjdea 5fa35d5b81 Check for None before calling to_representation
Django REST Framework also does this in serializers.

https://github.com/encode/django-rest-framework/issues/2299
4d57d46bf8/rest_framework/serializers.py (L518)

Fixes #203.
2018-09-09 22:22:58 +03:00
..
inspectors Fix missing backslashes found via pytest 3.8 (#202) 2018-09-09 22:17:04 +03:00
management Allow specific version generation in command 2018-08-03 16:43:26 +03:00
static/drf-yasg Fix swagger-ui style when session auth is disabled 2018-09-09 21:56:26 +03:00
templates/drf-yasg Fix swagger-ui style when session auth is disabled 2018-09-09 21:56:26 +03:00
__init__.py Prepare release 1.1.1 2017-12-27 21:05:07 +01:00
app_settings.py Add SPEC_URL setting 2018-08-09 03:32:04 +03:00
codecs.py Test with Django 2.1 and Python 3.7 (#176) 2018-08-06 12:24:56 +03:00
errors.py Improve validator error handling 2018-01-11 21:20:07 +01:00
generators.py Fix missing backslashes found via pytest 3.8 (#202) 2018-09-09 22:17:04 +03:00
middleware.py Improve validator error handling 2018-01-11 21:20:07 +01:00
openapi.py Fix missing backslashes found via pytest 3.8 (#202) 2018-09-09 22:17:04 +03:00
renderers.py Fuck this test 2018-08-09 04:02:35 +03:00
utils.py Check for None before calling to_representation 2018-09-09 22:22:58 +03:00
views.py Defer settings imports to avoid ImportErrors 2018-09-09 21:56:26 +03:00