mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Add release notes for #5448
This commit is contained in:
parent
73da8e96e2
commit
ebdb66d6d6
|
@ -60,6 +60,8 @@ You can determine your currently installed version using `pip freeze`:
|
|||
**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]
|
||||
* Allow custom authentication and permission classes when using `include_docs_urls` [#5448][gh5448]
|
||||
|
||||
|
||||
|
||||
<!-- 3.7.0 -->
|
||||
|
@ -74,6 +76,7 @@ You can determine your currently installed version using `pip freeze`:
|
|||
[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
|
||||
[gh5448]: https://github.com/encode/django-rest-framework/issues/5448
|
||||
|
||||
|
||||
## 3.6.x series
|
||||
|
|
Loading…
Reference in New Issue
Block a user