From 39bb13dc5eab9082fd598c4cc6f0e6965f242720 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 6 Aug 2025 18:10:11 +0100 Subject: [PATCH] Update release date and tweak release notes --- docs/community/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 44b153d2f..dccbee199 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -40,9 +40,9 @@ You can determine your currently installed version using `pip show`: ### 3.16.1 -**Date**: 7th July 2025 +**Date**: 6th July 2025 -This release is considered a bugfix release. +This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations. #### Minor changes @@ -50,9 +50,9 @@ This release is considered a bugfix release. #### Bug fixes -* Fix `UniqueTogetherValidator` to handle fields w/ `source` attr in [#9688](https://github.com/encode/django-rest-framework/pull/9688) -* Drop HTML line breaks on long headers in browsable API in [#9438](https://github.com/encode/django-rest-framework/pull/9438) * Fix regression in `unique_together` validation with `SerializerMethodField` in [#9712](https://github.com/encode/django-rest-framework/pull/9712) +* Fix `UniqueTogetherValidator` to handle fields with `source` attribute in [#9688](https://github.com/encode/django-rest-framework/pull/9688) +* Drop HTML line breaks on long headers in browsable API in [#9438](https://github.com/encode/django-rest-framework/pull/9438) #### Translations