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`:
3636
3737## 3.12.x series
3838
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+
3947### 3.12.1
4048
4149Date: 28th September 2020
Original file line number Diff line number Diff line change 1010import django
1111
1212__title__ = 'Django REST framework'
13- __version__ = '3.12.1 '
13+ __version__ = '3.12.2 '
1414__author__ = 'Tom Christie'
1515__license__ = 'BSD 3-Clause'
1616__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
You can’t perform that action at this time.
0 commit comments