Version 3.10.3

This commit is contained in:
Tom Christie 2019-09-04 12:38:23 +01:00
parent c0cf37e35d
commit d3fd8bb15c
2 changed files with 21 additions and 1 deletions

View File

@ -40,6 +40,26 @@ You can determine your currently installed version using `pip show`:
## 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
**Date**: [15th July 2019][3.10.0-milestone]

View File

@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
__version__ = '3.10.1'
__version__ = '3.10.3'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'