+2
-1
@@ -1,3 +1,5 @@
|
||||
from six import StringIO
|
||||
|
||||
import copy
|
||||
import json
|
||||
import os
|
||||
@@ -9,7 +11,6 @@ from django.contrib.auth.models import User
|
||||
from django.core.management import call_command
|
||||
from rest_framework.test import APIRequestFactory
|
||||
from rest_framework.views import APIView
|
||||
from six import StringIO
|
||||
|
||||
from drf_yasg import codecs, openapi
|
||||
from drf_yasg.codecs import yaml_sane_dump, yaml_sane_load
|
||||
|
||||
@@ -905,6 +905,7 @@ definitions:
|
||||
minLength: 1
|
||||
lastName:
|
||||
title: LastName
|
||||
description: <strong>Here's some HTML!</strong>
|
||||
type: string
|
||||
maxLength: 30
|
||||
minLength: 1
|
||||
|
||||
Reference in New Issue
Block a user