From 3806d6efd55d0b4b0db506a60b46f00b88b187e1 Mon Sep 17 00:00:00 2001 From: Alexander Egorov Date: Tue, 29 Jan 2019 13:39:29 +0700 Subject: [PATCH] Add support for custom and collection type hint classes (#272) --- .idea/drf-yasg.iml | 2 +- .idea/misc.xml | 2 +- src/drf_yasg/inspectors/field.py | 61 ++++++++++++++------- tests/test_get_basic_type_info_from_hint.py | 36 ++++++++++++ 4 files changed, 78 insertions(+), 23 deletions(-) create mode 100644 tests/test_get_basic_type_info_from_hint.py diff --git a/.idea/drf-yasg.iml b/.idea/drf-yasg.iml index b60958d..4cb4d4e 100644 --- a/.idea/drf-yasg.iml +++ b/.idea/drf-yasg.iml @@ -44,4 +44,4 @@