Skip to content

Commit d1c740c

Browse files
committed
Add release notes for #5452
1 parent ebdb66d commit d1c740c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ You can determine your currently installed version using `pip freeze`:
6161
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]
6262
* Catch `APIException` from `get_serializer_fields` in schema generation. [#5443][gh5443]
6363
* Allow custom authentication and permission classes when using `include_docs_urls` [#5448][gh5448]
64+
* Defer translated string evaluation on validators. [#5452][gh5452]
6465

6566

6667

@@ -77,6 +78,7 @@ You can determine your currently installed version using `pip freeze`:
7778
[gh5170]: https://github.com/encode/django-rest-framework/issues/5170
7879
[gh5443]: https://github.com/encode/django-rest-framework/issues/5443
7980
[gh5448]: https://github.com/encode/django-rest-framework/issues/5448
81+
[gh5452]: https://github.com/encode/django-rest-framework/issues/5452
8082

8183

8284
## 3.6.x series

0 commit comments

Comments
 (0)