diff --git a/docs/community/3.16-announcement.md b/docs/community/3.16-announcement.md index 694c07a6b..03d83ad97 100644 --- a/docs/community/3.16-announcement.md +++ b/docs/community/3.16-announcement.md @@ -19,7 +19,7 @@ # Django REST framework 3.16 -At the Internet, on March 31th, 2025, we are happy to announce the release of Django REST framework 3.16. +At the Internet, on March 28th, 2025, we are happy to announce the release of Django REST framework 3.16. ## Updated Django and Python support diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 9d7d9db33..c7b82e985 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -40,7 +40,7 @@ You can determine your currently installed version using `pip show`: ### 3.16.0 -**Date**: 31th March 2025 +**Date**: 28th March 2025 This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of `UniqueConstraint` with nullable fields which will improve built-in serializer validation.