From d1c740cefad0302b2e68a26e21909e09aab31c3d Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 26 Sep 2017 10:00:14 +0200 Subject: [PATCH] Add release notes for #5452 --- docs/topics/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 156c3b760..2b52caa99 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -61,6 +61,7 @@ You can determine your currently installed version using `pip freeze`: 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] +* Defer translated string evaluation on validators. [#5452][gh5452] @@ -77,6 +78,7 @@ You can determine your currently installed version using `pip freeze`: [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 +[gh5452]: https://github.com/encode/django-rest-framework/issues/5452 ## 3.6.x series