Changes to docs should not be included in release notes.

This commit is contained in:
Tom Christie 2024-01-04 12:00:29 +00:00
parent 50ff1759b9
commit c4044d4f5a

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)]
* 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 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)]