mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Add release notes for #5443
This commit is contained in:
parent
4aa711cc9c
commit
73da8e96e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user