Skip to content

Commit

Permalink
Add release notes for #5443
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Oct 5, 2017
1 parent 4aa711c commit 73da8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]


<!-- 3.7.0 -->
Expand All @@ -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
Expand Down

0 comments on commit 73da8e9

Please sign in to comment.