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 @@ -38,6 +38,15 @@ You can determine your currently installed version using `pip show`:
38
38
39
39
## 3.15.x series
40
40
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
+
41
50
### 3.15.1
42
51
43
52
Date: 22nd March 2024
Original file line number Diff line number Diff line change 8
8
"""
9
9
10
10
__title__ = 'Django REST framework'
11
- __version__ = '3.15.1 '
11
+ __version__ = '3.15.2 '
12
12
__author__ = 'Tom Christie'
13
13
__license__ = 'BSD 3-Clause'
14
14
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
You can’t perform that action at this time.
0 commit comments