Skip to content

Commit 64eccf3

Browse files
committed
Add release notes for #5448
1 parent a6e19ce commit 64eccf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ You can determine your currently installed version using `pip freeze`:
6060
**BC Change**: If your were **just** setting `PAGE_SIZE` to enable pagination you will need to add `DEFAULT_PAGINATION_CLASS`.
6161
The previous default was `rest_framework.pagination.PageNumberPagination`. There is a system check warning to catch this case. You may silence that if you are setting pagination class on a per-view basis. [#5170][gh5170]
6262
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
63+
* Allow custom authentication and permission classes when using `include_docs_urls` [#5448][gh5448]
64+
6365

6466

6567
<!-- 3.7.0 -->
@@ -74,6 +76,7 @@ You can determine your currently installed version using `pip freeze`:
7476
[gh5250]: https://github.com/encode/django-rest-framework/issues/5250
7577
[gh5170]: https://github.com/encode/django-rest-framework/issues/5170
7678
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
79+
[gh5448]: https://github.com/encode/django-rest-framework/issues/5448
7780

7881

7982
## 3.6.x series

0 commit comments

Comments
 (0)