mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
Version 3.10.3
This commit is contained in:
parent
c0cf37e35d
commit
d3fd8bb15c
|
@ -40,6 +40,26 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
## 3.10.x series
|
## 3.10.x series
|
||||||
|
|
||||||
|
### 3.10.3
|
||||||
|
|
||||||
|
**Date**: 4th September 2019
|
||||||
|
|
||||||
|
* TODO
|
||||||
|
|
||||||
|
### 3.10.2
|
||||||
|
|
||||||
|
**Date**: 29th July 2019
|
||||||
|
|
||||||
|
* Various `OpenAPI` schema fixes.
|
||||||
|
* Ability to specify urlconf in include_docs_urls.
|
||||||
|
|
||||||
|
### 3.10.1
|
||||||
|
|
||||||
|
**Date**: 17th July 2019
|
||||||
|
|
||||||
|
* Don't include autocomplete fields on TokenAuth admin, since it forces constraints on custom user models & admin.
|
||||||
|
* Require `uritemplate` for OpenAPI schema generation, but not `coreapi`.
|
||||||
|
|
||||||
### 3.10.0
|
### 3.10.0
|
||||||
|
|
||||||
**Date**: [15th July 2019][3.10.0-milestone]
|
**Date**: [15th July 2019][3.10.0-milestone]
|
||||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.10.1'
|
__version__ = '3.10.3'
|
||||||
__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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user