Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.9.1 #6405

Merged
merged 3 commits into from Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/community/release-notes.md
Expand Up @@ -40,6 +40,14 @@ You can determine your currently installed version using `pip show`:

## 3.9.x series

### 3.9.1

**Date**: [16th Janurary 2019][3.9.1-milestone]

* Resolve XSS issue in browsable API. [#6330][gh6330]
* Resolve issues with composable permissions. [#6299][gh6299]
* Respect `limit_choices_to` on foreign keys. [#6371][gh6371]

### 3.9.0

**Date**: [18th October 2018][3.9.0-milestone]
Expand Down Expand Up @@ -1135,6 +1143,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[3.8.1-milestone]: https://github.com/encode/django-rest-framework/milestone/67?closed=1
[3.8.2-milestone]: https://github.com/encode/django-rest-framework/milestone/68?closed=1
[3.9.0-milestone]: https://github.com/encode/django-rest-framework/milestone/66?closed=1
[3.9.1-milestone]: https://github.com/encode/django-rest-framework/milestone/70?closed=1

<!-- 3.0.1 -->
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
Expand Down Expand Up @@ -2052,3 +2061,8 @@ For older release notes, [please see the version 2.x documentation][old-release-
[gh6233]: https://github.com/encode/django-rest-framework/issues/6233
[gh5753]: https://github.com/encode/django-rest-framework/issues/5753
[gh6229]: https://github.com/encode/django-rest-framework/issues/6229

<!-- 3.9.1 -->
[gh6330]: https://github.com/encode/django-rest-framework/issues/6330
[gh6299]: https://github.com/encode/django-rest-framework/issues/6299
[gh6371]: https://github.com/encode/django-rest-framework/issues/6371
4 changes: 2 additions & 2 deletions rest_framework/__init__.py
Expand Up @@ -8,10 +8,10 @@
"""

__title__ = 'Django REST framework'
__version__ = '3.9.0'
__version__ = '3.9.1'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2018 Tom Christie'
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

# Version synonym
VERSION = __version__
Expand Down
15 changes: 5 additions & 10 deletions rest_framework/static/rest_framework/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions rest_framework/static/rest_framework/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions rest_framework/static/rest_framework/js/bootstrap.min.js

Large diffs are not rendered by default.