mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-13 16:54:47 +03:00
Update release date and tweak release notes
This commit is contained in:
parent
ad3b986530
commit
39bb13dc5e
|
@ -40,9 +40,9 @@ You can determine your currently installed version using `pip show`:
|
||||||
|
|
||||||
### 3.16.1
|
### 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
|
#### Minor changes
|
||||||
|
|
||||||
|
@ -50,9 +50,9 @@ This release is considered a bugfix release.
|
||||||
|
|
||||||
#### Bug fixes
|
#### 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 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
|
#### Translations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user