File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,8 @@ Date: 28th September 2020
177
177
* Don't strict disallow redundant ` SerializerMethodField ` field name arguments.
178
178
* Don't render extra actions in browable API if not authenticated.
179
179
* Strip null characters from search parameters.
180
+ * Deprecate the ` detail_route ` decorator in favor of ` action ` , which accepts a ` detail ` bool. Use ` @action(detail=True) ` instead. [ gh6687]
181
+ * Deprecate the ` list_route ` decorator in favor of ` action ` , which accepts a ` detail ` bool. Use ` @action(detail=False) ` instead. [ gh6687]
180
182
181
183
## 3.9.x series
182
184
@@ -2270,6 +2272,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
2270
2272
<!-- 3.10.0 -->
2271
2273
[ gh6680 ] : https://github.com/encode/django-rest-framework/issues/6680
2272
2274
[ gh6317 ] : https://github.com/encode/django-rest-framework/issues/6317
2275
+ [ gh6687 ] : https://github.com/encode/django-rest-framework/issues/6687
2273
2276
2274
2277
<!-- 3.11.0 -->
2275
2278
[ gh6892 ] : https://github.com/encode/django-rest-framework/issues/6892
You can’t perform that action at this time.
0 commit comments