Skip to content

Commit

Permalink
Add last minute PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
xordoquy committed May 13, 2015
1 parent fb4ba3a commit 47d36f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 47d36f1

Please sign in to comment.