Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
7ab4a587
Commit
7ab4a587
authored
Sep 21, 2016
by
Tom Christie
Committed by
GitHub
Sep 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 3.4.7 (#4501)
parent
be74d111
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletions
+29
-1
docs/topics/release-notes.md
+28
-0
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
7ab4a587
...
...
@@ -40,6 +40,18 @@ You can determine your currently installed version using `pip freeze`:
## 3.4.x series
### 3.4.7
*
*Date
**
:
[
21st September 2016
][
3.4.7-milestone
]
*
Fallback behavior for request parsing when request.POST already accessed. ([#3951][gh3951], [#4500][gh4500])
*
Fix regression of `RegexField`. ([#4489][gh4489], [#4490][gh4490], [#2617][gh2617])
*
Missing comma in `admin.html` causing CSRF error. ([#4472][gh4472], [#4473][gh4473])
*
Fix response rendering with empty context. ([#4495][gh4495])
*
Fix indentation regression in API listing. ([#4493][gh4493])
*
Fixed an issue where the incorrect value is set to `ResolverMatch.func_name` of api_view decorated view. ([#4465][gh4465], [#4462][gh4462])
*
Fix `APIClient.get()` when path contains unicode arguments ([#4458][gh4458])
### 3.4.6
*
*Date
**
:
[
23rd August 2016
][
3.4.6-milestone
]
...
...
@@ -583,6 +595,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
3.4.4-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
[
3.4.5-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.5+Release%22
[
3.4.6-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.6+Release%22
[
3.4.7-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.7+Release%22
<!-- 3.0.1 -->
[
gh2013
]:
https://github.com/tomchristie/django-rest-framework/issues/2013
...
...
@@ -1109,3 +1122,18 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
gh3508
]:
https://github.com/tomchristie/django-rest-framework/issues/3508
[
gh4419
]:
https://github.com/tomchristie/django-rest-framework/issues/4419
[
gh4423
]:
https://github.com/tomchristie/django-rest-framework/issues/4423
<!-- 3.4.7 -->
[
gh3951
]:
https://github.com/tomchristie/django-rest-framework/issues/3951
[
gh4500
]:
https://github.com/tomchristie/django-rest-framework/issues/4500
[
gh4489
]:
https://github.com/tomchristie/django-rest-framework/issues/4489
[
gh4490
]:
https://github.com/tomchristie/django-rest-framework/issues/4490
[
gh2617
]:
https://github.com/tomchristie/django-rest-framework/issues/2617
[
gh4472
]:
https://github.com/tomchristie/django-rest-framework/issues/4472
[
gh4473
]:
https://github.com/tomchristie/django-rest-framework/issues/4473
[
gh4495
]:
https://github.com/tomchristie/django-rest-framework/issues/4495
[
gh4493
]:
https://github.com/tomchristie/django-rest-framework/issues/4493
[
gh4465
]:
https://github.com/tomchristie/django-rest-framework/issues/4465
[
gh4462
]:
https://github.com/tomchristie/django-rest-framework/issues/4462
[
gh4458
]:
https://github.com/tomchristie/django-rest-framework/issues/4458
rest_framework/__init__.py
View file @
7ab4a587
...
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__
=
'Django REST framework'
__version__
=
'3.4.
6
'
__version__
=
'3.4.
7
'
__author__
=
'Tom Christie'
__license__
=
'BSD 2-Clause'
__copyright__
=
'Copyright 2011-2016 Tom Christie'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment