From 50ff1759b9cfe7aea7077a4522ea9c1a871fb063 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 12:00:17 +0000 Subject: [PATCH] Changes to tests 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 8fc36555f..d32b304ae 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)] -* Fix Pytest's deprecation warnings about nose usage [[#8758](https://github.com/encode/django-rest-framework/pull/8758)] * Remove extraneous word "Both" [[#8740](https://github.com/encode/django-rest-framework/pull/8740)] * Update jobs.md [[#8737](https://github.com/encode/django-rest-framework/pull/8737)] * Update quickstart.md [[#8575](https://github.com/encode/django-rest-framework/pull/8575)]