Skip to content

Commit 9af07d3

Browse files
committed
Update release notes and add deprecation note for Django Guardian backend.
1 parent e04cecd commit 9af07d3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/community/3.9-announcement.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ TODO
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`.

docs/community/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)