Add release notes for #5443

This commit is contained in:
Carlton Gibson 2017-09-26 09:13:09 +02:00
parent 20ef8caadf
commit 482e9292cb

View File

@ -59,7 +59,7 @@ You can determine your currently installed version using `pip freeze`:
* Make `DEFAULT_PAGINATION_CLASS` `None` by default. * 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`. **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] 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 --> <!-- 3.7.0 -->
@ -73,6 +73,7 @@ You can determine your currently installed version using `pip freeze`:
[gh5265]: https://github.com/encode/django-rest-framework/issues/5265 [gh5265]: https://github.com/encode/django-rest-framework/issues/5265
[gh5250]: https://github.com/encode/django-rest-framework/issues/5250 [gh5250]: https://github.com/encode/django-rest-framework/issues/5250
[gh5170]: https://github.com/encode/django-rest-framework/issues/5170 [gh5170]: https://github.com/encode/django-rest-framework/issues/5170
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
## 3.6.x series ## 3.6.x series