mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Version 3.15.2 (#9439)
This commit is contained in:
parent
3b41f01241
commit
c7a7eae551
|
@ -38,6 +38,15 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
## 3.15.x series
|
## 3.15.x series
|
||||||
|
|
||||||
|
### 3.15.2
|
||||||
|
|
||||||
|
**Date**: 14th June 2024
|
||||||
|
|
||||||
|
* Fix potential XSS vulnerability in browsable API. [#9435](https://github.com/encode/django-rest-framework/pull/9157)
|
||||||
|
* Revert "Ensure CursorPagination respects nulls in the ordering field". [#9381](https://github.com/encode/django-rest-framework/pull/9381)
|
||||||
|
* Use warnings rather than logging a warning for DecimalField. [#9367](https://github.com/encode/django-rest-framework/pull/9367)
|
||||||
|
* Remove unused code. [#9393](https://github.com/encode/django-rest-framework/pull/9393)
|
||||||
|
|
||||||
### 3.15.1
|
### 3.15.1
|
||||||
|
|
||||||
Date: 22nd March 2024
|
Date: 22nd March 2024
|
||||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '3.15.1'
|
__version__ = '3.15.2'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 3-Clause'
|
__license__ = 'BSD 3-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
|
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user