mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Version 3.12.4
This commit is contained in:
parent
72c155d8f4
commit
7356b34911
|
@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
|
|||
|
||||
## 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.) [#7849]
|
||||
|
||||
### 3.12.3
|
||||
|
||||
Date: 25th March 2021
|
||||
|
|
|
@ -10,7 +10,7 @@ ______ _____ _____ _____ __
|
|||
import django
|
||||
|
||||
__title__ = 'Django REST framework'
|
||||
__version__ = '3.12.3'
|
||||
__version__ = '3.12.4'
|
||||
__author__ = 'Tom Christie'
|
||||
__license__ = 'BSD 3-Clause'
|
||||
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
|
||||
|
|
Loading…
Reference in New Issue
Block a user