From e32b879908329bb818d8254e0834418023a8bc8a Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:57:47 +0000 Subject: [PATCH] Fix typo in release notes. --- docs/community/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index f9202deb6..47108bc15 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -102,7 +102,7 @@ Date: ... * Fixes instance check in ListSerializer.to_representation [[#8726](https://github.com/encode/django-rest-framework/pull/8726)] [[#8727](https://github.com/encode/django-rest-framework/pull/8727)] * FloatField will crash if the input is a number that is too big [[#8725](https://github.com/encode/django-rest-framework/pull/8725)] * Add missing DurationField to SimpleMetada label_lookup [[#8702](https://github.com/encode/django-rest-framework/pull/8702)] -* Fix #8751 - Add support to Python 3.11 [[#8752](https://github.com/encode/django-rest-framework/pull/875)] +* Add support for Python 3.11 [[#8752](https://github.com/encode/django-rest-framework/pull/8752)] * update minimum version to psycopg2-binary>=2.9.5 [[#8767](https://github.com/encode/django-rest-framework/pull/8767)] * pytest versions update [[#8745](https://github.com/encode/django-rest-framework/pull/8745)] * Add 3rd party entry for rest-framework-roles [[#8755](https://github.com/encode/django-rest-framework/pull/8755)]