Changes to docs should not be included in release notes.

This commit is contained in:
Tom Christie 2024-01-04 11:39:18 +00:00
parent 5d1be7e281
commit 398aa1e349

View File

@ -82,7 +82,6 @@ Date: ...
* Add SimplePathRouter [[#6789](https://github.com/encode/django-rest-framework/pull/6789)] * Add SimplePathRouter [[#6789](https://github.com/encode/django-rest-framework/pull/6789)]
* Re-prefetch related objects after updating [[#8043](https://github.com/encode/django-rest-framework/pull/8043)] * Re-prefetch related objects after updating [[#8043](https://github.com/encode/django-rest-framework/pull/8043)]
* Fix FilePathField required argument [[#8805](https://github.com/encode/django-rest-framework/pull/8805)] * Fix FilePathField required argument [[#8805](https://github.com/encode/django-rest-framework/pull/8805)]
* Update docs to maintained `djangorestframework-guardian2` [[#8817](https://github.com/encode/django-rest-framework/pull/8817)]
* Revert "Fix bug in validators documentation (#8779)" [[#8811](https://github.com/encode/django-rest-framework/pull/8811)] * Revert "Fix bug in validators documentation (#8779)" [[#8811](https://github.com/encode/django-rest-framework/pull/8811)]
* Try update django-filter==22.1 [[#8813](https://github.com/encode/django-rest-framework/pull/8813)] * Try update django-filter==22.1 [[#8813](https://github.com/encode/django-rest-framework/pull/8813)]
* Upddate setup python action to v4 [[#8806](https://github.com/encode/django-rest-framework/pull/8806)] * Upddate setup python action to v4 [[#8806](https://github.com/encode/django-rest-framework/pull/8806)]