From 73da8e96e29cf4703036f9c0da4c17e6a9df14dc Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 26 Sep 2017 09:13:09 +0200 Subject: [PATCH] Add release notes for #5443 --- docs/topics/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 9d4a9deee6..8b40a29645 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -59,7 +59,7 @@ You can determine your currently installed version using `pip freeze`: * Make `DEFAULT_PAGINATION_CLASS` `None` by default. **BC Change**: If your were **just** setting `PAGE_SIZE` to enable pagination you will need to add `DEFAULT_PAGINATION_CLASS`. 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] - +* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443] @@ -73,6 +73,7 @@ You can determine your currently installed version using `pip freeze`: [gh5265]: https://github.com/encode/django-rest-framework/issues/5265 [gh5250]: https://github.com/encode/django-rest-framework/issues/5250 [gh5170]: https://github.com/encode/django-rest-framework/issues/5170 +[gh5443]: https://github.com/encode/django-rest-framework/issues/5443 ## 3.6.x series