File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ You can determine your currently installed version using `pip show`:
36
36
37
37
## 3.12.x series
38
38
39
+ ### 3.12.2
40
+
41
+ Date: 13th October 2020
42
+
43
+ * Fix issue if ` rest_framework.authtoken.models ` is imported, but ` rest_framework.authtoken ` is not in INSTALLED_APPS. [ #7571 ]
44
+ * Ignore subclasses of BrowsableAPIRenderer in OpenAPI schema. [ #7497 ]
45
+ * Narrower exception catching in serilizer fields, to ensure that any errors in broken ` get_queryset() ` methods are not masked. [ #7480 ]
46
+
39
47
### 3.12.1
40
48
41
49
Date: 28th September 2020
Original file line number Diff line number Diff line change 10
10
import django
11
11
12
12
__title__ = 'Django REST framework'
13
- __version__ = '3.12.1 '
13
+ __version__ = '3.12.2 '
14
14
__author__ = 'Tom Christie'
15
15
__license__ = 'BSD 3-Clause'
16
16
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
You can’t perform that action at this time.
0 commit comments