Changes to docs should not be included in release notes.

This commit is contained in:
Tom Christie 2024-01-04 12:00:36 +00:00
parent c4044d4f5a
commit 60b9ca617c

View File

@ -105,7 +105,6 @@ Date: ...
* Add support for Python 3.11 [[#8752](https://github.com/encode/django-rest-framework/pull/8752)] * 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)] * 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)] * Possibility to remove trailing zeros on DecimalFields representation [[#6514](https://github.com/encode/django-rest-framework/pull/6514)]
* 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)] * 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)] * 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)] * Fixes typo [[#8719](https://github.com/encode/django-rest-framework/pull/8719)]