From 8a0382c3c66259f7979daea67daf6c1bcab2f5d5 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 12:00:42 +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 17ef109f7..0d00c2b62 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -105,7 +105,6 @@ Date: ... * Add support for Python 3.11 [[#8752](https://github.com/encode/django-rest-framework/pull/8752)] * Make request consistently available in pagination classes [[#8764](https://github.com/encode/django-rest-framework/pull/9764)] * Possibility to remove trailing zeros on DecimalFields representation [[#6514](https://github.com/encode/django-rest-framework/pull/6514)] -* Update quickstart.md [[#8575](https://github.com/encode/django-rest-framework/pull/8575)] * Improve style, fix some typos [[#8405](https://github.com/encode/django-rest-framework/pull/8405)] * Fixes typo [[#8719](https://github.com/encode/django-rest-framework/pull/8719)] * Add a method for getting serializer field name (OpenAPI) [[#7493](https://github.com/encode/django-rest-framework/pull/7493)]