From 5d0c331dd5e4509f043b94419fb2da152a6ef381 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:34:49 +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 1002347a2..63db22521 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -75,7 +75,6 @@ Date: ... * Add username search field for TokenAdmin (#8927) [[#8934](https://github.com/encode/django-rest-framework/pull/8934)] * Handle Nested Relation in SlugRelatedField when many=False [[#8922](https://github.com/encode/django-rest-framework/pull/8922)] * Bump version of jQuery to 3.6.4 & updated ref links [[#8909](https://github.com/encode/django-rest-framework/pull/8909)] -* Minor documentation improvements and fixes [[#8903](https://github.com/encode/django-rest-framework/pull/8903)] * Support UniqueConstraint [[#7438](https://github.com/encode/django-rest-framework/pull/7438)] * Test django 4.2b1 [[#8892](https://github.com/encode/django-rest-framework/pull/8892)] * Docs: add missing renderer import in tutorial 6 [[#8885](https://github.com/encode/django-rest-framework/pull/8885)]