From d7df722b8126a22de44dbd5c510d5dfc701e109c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:30:56 +0000 Subject: [PATCH] Changes to docs should not be included in release notes. --- docs/community/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index a1cbebe68..467f0d627 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -63,7 +63,6 @@ Date: ... * Fix validation for ListSerializer [[#8979](https://github.com/encode/django-rest-framework/pull/8979)] * Make set_value a method within `Serializer` [[#8001](https://github.com/encode/django-rest-framework/pull/8001)] * Fix URLPathVersioning reverse fallback [[#7247](https://github.com/encode/django-rest-framework/pull/7247)] -* Declared Django 4.2 support in README.md [[#8985](https://github.com/encode/django-rest-framework/pull/8985)] * Remove django 2.2 from docs index [[#8982](https://github.com/encode/django-rest-framework/pull/8982)] * Warn about Decimal type in min_value and max_value arguments of DecimalField [[#8972](https://github.com/encode/django-rest-framework/pull/8972)] * Fix mapping for choice values [[#8968](https://github.com/encode/django-rest-framework/pull/8968)]