Add entry for removed Python 3.8 support

This commit is contained in:
Bruno Alla 2025-03-28 13:44:35 +00:00
parent 0dfe279250
commit 1cc458e21e

View File

@ -70,6 +70,7 @@ This release is considered a significant release to improve upstream support wit
## Removals
* Remove support for Python 3.8 in [#9670](https://github.com/encode/django-rest-framework/pull/9670)
* Remove long deprecated code from request wrapper in [#9441](https://github.com/encode/django-rest-framework/pull/9441)
* Remove deprecated `AutoSchema._get_reference` method in [#9525](https://github.com/encode/django-rest-framework/pull/9525)