From f2dc192c25b8e39edfbe16a0f3dd08e4be5a7e7f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 12:06:07 +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 84f309a33..b8c110b61 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -114,7 +114,6 @@ Date: ... * Refactor: Replace try/except with contextlib.suppress() [[#8676](https://github.com/encode/django-rest-framework/pull/8676)] * Minor fix to SerializeMethodField docstring [[#8629](https://github.com/encode/django-rest-framework/pull/8629)] * Minor refactor: Unnecessary use of list() function [[#8672](https://github.com/encode/django-rest-framework/pull/8672)] -* Update documentation on dependency installation [[#8566](https://github.com/encode/django-rest-framework/pull/8566)] * Unnecessary list comprehension [[#8670](https://github.com/encode/django-rest-framework/pull/8670)] * Use correct class to indicate present deprecation [[#8665](https://github.com/encode/django-rest-framework/pull/8665)]