File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ You can determine your currently installed version using `pip show`:
3838
3939## 3.15.x series
4040
41+ ### 3.15.2
42+
43+ ** Date** : 14th June 2024
44+
45+ * Fix potential XSS vulnerability in browsable API. [ #9435 ] ( https://github.com/encode/django-rest-framework/pull/9157 )
46+ * Revert "Ensure CursorPagination respects nulls in the ordering field". [ #9381 ] ( https://github.com/encode/django-rest-framework/pull/9381 )
47+ * Use warnings rather than logging a warning for DecimalField. [ #9367 ] ( https://github.com/encode/django-rest-framework/pull/9367 )
48+ * Remove unused code. [ #9393 ] ( https://github.com/encode/django-rest-framework/pull/9393 )
49+
4150### 3.15.1
4251
4352Date: 22nd March 2024
Original file line number Diff line number Diff line change 88"""
99
1010__title__ = 'Django REST framework'
11- __version__ = '3.15.1 '
11+ __version__ = '3.15.2 '
1212__author__ = 'Tom Christie'
1313__license__ = 'BSD 3-Clause'
1414__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
You can’t perform that action at this time.
0 commit comments