#7703 adding deprecations to release notes

This commit is contained in:
Nathan Glover 2021-02-13 22:16:53 -05:00
parent 19655edbf7
commit ec5a69fd73

View File

@ -177,6 +177,8 @@ Date: 28th September 2020
* Don't strict disallow redundant `SerializerMethodField` field name arguments.
* Don't render extra actions in browable API if not authenticated.
* Strip null characters from search parameters.
* Deprecate the `detail_route` decorator in favor of `action`, which accepts a `detail` bool. Use `@action(detail=True)` instead. [#6687]
* Deprecate the `list_route` decorator in favor of `action`, which accepts a `detail` bool. Use `@action(detail=False)` instead. [#6687]
## 3.9.x series