Skip to content

Commit 87aaf75

Browse files
committed
Version 3.15.2
1 parent 9864c47 commit 87aaf75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/community/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ You can determine your currently installed version using `pip show`:
3636

3737
## 3.15.x series
3838

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+
3948
### 3.15.1
4049

4150
Date: 22nd March 2024

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import django
1111

1212
__title__ = 'Django REST framework'
13-
__version__ = '3.15.1'
13+
__version__ = '3.15.2'
1414
__author__ = 'Tom Christie'
1515
__license__ = 'BSD 3-Clause'
1616
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'

0 commit comments

Comments
 (0)