Skip to content

Commit c7a7eae

Browse files
authored
Version 3.15.2 (#9439)
1 parent 3b41f01 commit c7a7eae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: docs/community/release-notes.md

+9
Original file line numberDiff line numberDiff 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

4352
Date: 22nd March 2024

Diff for: rest_framework/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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'

0 commit comments

Comments
 (0)