mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 09:30:07 +03:00
Version 3.10.1
This commit is contained in:
parent
45646f4067
commit
9920835772
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.10.0'
|
__version__ = '3.10.1'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 2-Clause'
|
__license__ = 'BSD 2-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
||||||
|
|
|
@ -99,7 +99,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
coreapi = None
|
coreapi = None
|
||||||
|
|
||||||
# uritemplate is required for OpenAPI schema generation
|
# uritemplate is required for OpenAPI and CoreAPI schema generation
|
||||||
try:
|
try:
|
||||||
import uritemplate
|
import uritemplate
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user