Skip to content

Commit 482e929

Browse files
committed
Add release notes for #5443
1 parent 20ef8ca commit 482e929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can determine your currently installed version using `pip freeze`:
5959
* Make `DEFAULT_PAGINATION_CLASS` `None` by default.
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]
62-
62+
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
6363

6464

6565
<!-- 3.7.0 -->
@@ -73,6 +73,7 @@ You can determine your currently installed version using `pip freeze`:
7373
[gh5265]: https://github.com/encode/django-rest-framework/issues/5265
7474
[gh5250]: https://github.com/encode/django-rest-framework/issues/5250
7575
[gh5170]: https://github.com/encode/django-rest-framework/issues/5170
76+
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
7677

7778

7879
## 3.6.x series

0 commit comments

Comments
 (0)