You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/release-notes.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ You can determine your currently installed version using `pip freeze`:
59
59
* Make `DEFAULT_PAGINATION_CLASS``None` by default.
60
60
**BC Change**: If your were **just** setting `PAGE_SIZE` to enable pagination you will need to add `DEFAULT_PAGINATION_CLASS`.
61
61
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]
62
-
62
+
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
63
63
64
64
65
65
<!-- 3.7.0 -->
@@ -73,6 +73,7 @@ You can determine your currently installed version using `pip freeze`:
0 commit comments