File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 5252
5353## Deprecations
5454
55+ ### ` DjangoObjectPermissionsFilter ` moved to third-party package.
56+
57+ The ` DjangoObjectPermissionsFilter ` class is pending deprecation, will be deprecated in 3.10 and removed entirely in 3.11.
58+
59+ It has been moved to the third-party [ ` djangorestframework-guardian ` ] ( https://github.com/rpkilby/django-rest-framework-guardian )
60+ package. Please use this instead.
61+
5562### Router argument/method renamed to use ` basename ` for consistency.
5663
5764* The ` Router.register ` ` base_name ` argument has been renamed in favor of ` basename ` .
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ You can determine your currently installed version using `pip show`:
4646
4747<!-- TODO: Add Additional Notes -->
4848* Improvements to ViewSet extra actions [ #5605 ] [ gh5605 ]
49+ * Fix action support for ViewSet suffixes [ #6081 ] [ gh6081 ]
4950* Deprecate the ` Router.register ` ` base_name ` argument in favor of ` basename ` . [ #5990 ] [ gh5990 ]
5051* Deprecate the ` Router.get_default_base_name ` method in favor of ` Router.get_default_basename ` . [ #5990 ] [ gh5990 ]
5152
@@ -75,6 +76,7 @@ You can determine your currently installed version using `pip show`:
7576* Handle models without .objects manager in ModelSerializer. [ #6111 ] [ gh6111 ]
7677* Improve ModelSerializer.create() error message. [ #6112 ] [ gh6112 ]
7778* Fix CSRF cookie check failure when using session auth with django 1.11.6+ [ #6113 ] [ gh6113 ]
79+ * Updated JWT docs. [ #6138 ] [ gh6138 ]
7880
7981
8082## 3.8.x series
@@ -2031,3 +2033,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
20312033[ gh5931 ] : https://github.com/encode/django-rest-framework/issues/5931
20322034[ gh6183 ] : https://github.com/encode/django-rest-framework/issues/6183
20332035[ gh6075 ] : https://github.com/encode/django-rest-framework/issues/6075
2036+ [ gh6138 ] : https://github.com/encode/django-rest-framework/issues/6138
2037+ [ gh6081 ] : https://github.com/encode/django-rest-framework/issues/6081
You can’t perform that action at this time.
0 commit comments