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 52
52
53
53
## Deprecations
54
54
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
+
55
62
### Router argument/method renamed to use ` basename ` for consistency.
56
63
57
64
* 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`:
46
46
47
47
<!-- TODO: Add Additional Notes -->
48
48
* Improvements to ViewSet extra actions [ #5605 ] [ gh5605 ]
49
+ * Fix action support for ViewSet suffixes [ #6081 ] [ gh6081 ]
49
50
* Deprecate the ` Router.register ` ` base_name ` argument in favor of ` basename ` . [ #5990 ] [ gh5990 ]
50
51
* Deprecate the ` Router.get_default_base_name ` method in favor of ` Router.get_default_basename ` . [ #5990 ] [ gh5990 ]
51
52
@@ -75,6 +76,7 @@ You can determine your currently installed version using `pip show`:
75
76
* Handle models without .objects manager in ModelSerializer. [ #6111 ] [ gh6111 ]
76
77
* Improve ModelSerializer.create() error message. [ #6112 ] [ gh6112 ]
77
78
* Fix CSRF cookie check failure when using session auth with django 1.11.6+ [ #6113 ] [ gh6113 ]
79
+ * Updated JWT docs. [ #6138 ] [ gh6138 ]
78
80
79
81
80
82
## 3.8.x series
@@ -2031,3 +2033,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
2031
2033
[ gh5931 ] : https://github.com/encode/django-rest-framework/issues/5931
2032
2034
[ gh6183 ] : https://github.com/encode/django-rest-framework/issues/6183
2033
2035
[ 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