Update release date to 28/03

This commit is contained in:
Bruno Alla 2025-03-28 13:45:55 +00:00
parent 1cc458e21e
commit 660eb0bf9c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.