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