From 402b0f40e5f2e108402afd222ba3e7d933666120 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:43:36 +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 1ae21ae2f..1facc865c 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -89,7 +89,6 @@ Date: ... * Handle Django's ValidationErrors in ListField [[#6423](https://github.com/encode/django-rest-framework/pull/6423)] * Remove a bit of inline CSS. Add CSP nonce where it might be required and is available [[#8783](https://github.com/encode/django-rest-framework/pull/8783)] * Use autocomplete widget for user selection in Token admin [[#8534](https://github.com/encode/django-rest-framework/pull/8534)] -* Fix bug in validators documentation [[#8779](https://github.com/encode/django-rest-framework/pull/8779)] * Make browsable API compatbile with strong CSP [[#8784](https://github.com/encode/django-rest-framework/pull/8784)] * Avoid inline script execution for injecting CSRF token [[#7016](https://github.com/encode/django-rest-framework/pull/7016)] * Remove Core API mentions from docs [[#8017](https://github.com/encode/django-rest-framework/pull/8017)]