From 088f91292c9e57e0804a27fb1b2f46baab63db8d Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:33:21 +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 b7b33a772..9da06b17e 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -74,7 +74,6 @@ Date: ... * Use ZoneInfo as primary source of timezone data [[#8924](https://github.com/encode/django-rest-framework/pull/8924)] * 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)] -* Docs: Fix authentication / authorization mixup [[#8930](https://github.com/encode/django-rest-framework/pull/8930)] * Use consistent spelling for "authorization" [[#8929](https://github.com/encode/django-rest-framework/pull/8929)] * Test django 4.2 stable release [[#8932](https://github.com/encode/django-rest-framework/pull/8932)] * Update requirements-packaging.txt [[#8921](https://github.com/encode/django-rest-framework/pull/8921)]