From 47d36f150bdd3194c5d8836129645a46052312fe Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Wed, 13 May 2015 18:24:06 +0200 Subject: [PATCH] Add last minute PR. --- 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 43ae13658..b38af5210 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -58,6 +58,7 @@ You can determine your currently installed version using `pip freeze`: * Prevent empty `queryset`s to raise AssertionError. ([#2862](gh2862)) * DjangoModelPermissions rely on get_queryset. ([#2863](gh2863)) * Check AcceptHeaderVersioning with content negotiation in place. ([#2868](gh2868)) +* Allow DjangoObjectPermissions to use views that define get_queryset ([#2905](gh2905)) ### 3.1.1 @@ -339,3 +340,4 @@ For older release notes, [please see the version 2.x documentation][old-release- [gh2862]: https://github.com/tomchristie/django-rest-framework/issues/2862 [gh2863]: https://github.com/tomchristie/django-rest-framework/issues/2863 [gh2868]: https://github.com/tomchristie/django-rest-framework/issues/2868 +[gh2905]: https://github.com/tomchristie/django-rest-framework/issues/2905