From 174f1153b43e9eab86f8313ec8ee977cd7192857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Fri, 15 Dec 2017 18:47:10 +0100 Subject: [PATCH] Fix broken SwaggerDict pickling (#15) Closes #14. --- .idea/inspectionProfiles/Project_Default.xml | 1 - docs/drf_yasg.rst | 1 + src/drf_yasg/codecs.py | 19 ++++++++++-- src/drf_yasg/openapi.py | 31 ++++++++++++++++---- testproj/testproj/urls.py | 5 +++- tests/conftest.py | 4 +-- tests/test_schema_views.py | 21 +++++++++++++ 7 files changed, 71 insertions(+), 11 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index d6fdc86..0aad453 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -54,7 +54,6 @@ -