Skip to content

Commit

Permalink
Version 3.9.1 (#6405)
Browse files Browse the repository at this point in the history
* Version 3.9.1

* Upgrade bootstrap

* Release notes for 3.9.1
  • Loading branch information
tomchristie committed Jan 16, 2019
1 parent 4bb9a3c commit 453196e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
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.

0 comments on commit 453196e

Please sign in to comment.