mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 02:53:58 +03:00
parent
72c155d8f4
commit
f83620dcc9
|
@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
## 3.12.x series
|
## 3.12.x series
|
||||||
|
|
||||||
|
### 3.12.4
|
||||||
|
|
||||||
|
Date: 26th March 2021
|
||||||
|
|
||||||
|
* Revert use of `deque` instead of `list` for tracking throttling `.history`. (Due to incompatibility with DjangoRedis cache backend. See #7870) [#7872]
|
||||||
|
|
||||||
### 3.12.3
|
### 3.12.3
|
||||||
|
|
||||||
Date: 25th March 2021
|
Date: 25th March 2021
|
||||||
|
|
|
@ -10,7 +10,7 @@ ______ _____ _____ _____ __
|
||||||
import django
|
import django
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.12.3'
|
__version__ = '3.12.4'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 3-Clause'
|
__license__ = 'BSD 3-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user