You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/release-notes.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,18 @@ You can determine your currently installed version using `pip show`:
36
36
37
37
---
38
38
39
+
## 3.16.x series
40
+
41
+
### 3.16.0
42
+
43
+
**Date**: 28th March 2024
44
+
45
+
A maintenance release primarily updating supported Python and Django versions.
46
+
47
+
* Adds support for Django 5.1 and the upcoming Django 5.2 LTS [#9514](https://github.com/encode/django-rest-framework/issues/9514)[#9634](https://github.com/encode/django-rest-framework/issues/9634)
48
+
* Adds support for Python 3.13. [#9527](https://github.com/encode/django-rest-framework/issues/9527)
49
+
* Drops Python 3.8 as EOL [#9670](https://github.com/encode/django-rest-framework/pull/9670)
0 commit comments