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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ You can determine your currently installed version using `pip freeze`:
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
* Allow custom authentication and permission classes when using `include_docs_urls`[#5448][gh5448]
64
+
* Defer translated string evaluation on validators. [#5452][gh5452]
64
65
65
66
66
67
@@ -77,6 +78,7 @@ You can determine your currently installed version using `pip freeze`:
0 commit comments