From 2df7d5c8d03da70784c82fef5ab7aef2b173f1fc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 13 Jul 2016 14:42:45 +0100 Subject: [PATCH] Update release notes --- docs/topics/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 0158837fb..5bfdad09b 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -126,7 +126,7 @@ You can determine your currently installed version using `pip freeze`: * Unique constraint prevents nested serializers from updating. ([#2996][gh2996]) * Uniqueness validators should not be run for excluded (read_only) fields. ([#2848][gh2848]) * UniqueValidator raises exception for nested objects. ([#2403][gh2403]) - +* `lookup_type` is deprecated in favor of `lookup_expr`. ([#4259][gh4259]) --- ## 3.3.x series @@ -895,3 +895,4 @@ For older release notes, [please see the version 2.x documentation][old-release- [gh4254]: https://github.com/tomchristie/django-rest-framework/issues/4254 [gh4255]: https://github.com/tomchristie/django-rest-framework/issues/4255 [gh4256]: https://github.com/tomchristie/django-rest-framework/issues/4256 +[gh4259]: https://github.com/tomchristie/django-rest-framework/issues/4259