From 398aa1e34901a51deae3ba775d39fc4f9ae4ac25 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:39:18 +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 52a58ea48..77eb05306 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -82,7 +82,6 @@ Date: ... * Add SimplePathRouter [[#6789](https://github.com/encode/django-rest-framework/pull/6789)] * Re-prefetch related objects after updating [[#8043](https://github.com/encode/django-rest-framework/pull/8043)] * Fix FilePathField required argument [[#8805](https://github.com/encode/django-rest-framework/pull/8805)] -* Update docs to maintained `djangorestframework-guardian2` [[#8817](https://github.com/encode/django-rest-framework/pull/8817)] * Revert "Fix bug in validators documentation (#8779)" [[#8811](https://github.com/encode/django-rest-framework/pull/8811)] * Try update django-filter==22.1 [[#8813](https://github.com/encode/django-rest-framework/pull/8813)] * Upddate setup python action to v4 [[#8806](https://github.com/encode/django-rest-framework/pull/8806)]