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
63342e81
Commit
63342e81
authored
Aug 19, 2016
by
Tom Christie
Committed by
GitHub
Aug 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 3.4.5 (#4421)
parent
59ca61ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletions
+26
-1
docs/topics/release-notes.md
+25
-0
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
63342e81
...
@@ -40,6 +40,18 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,6 +40,18 @@ You can determine your currently installed version using `pip freeze`:
## 3.4.x series
## 3.4.x series
### 3.4.5
*
*Date
**
:
[
19th August 2016
][
3.4.5-milestone
]
*
Improve debug error handling. ([#4416][gh4416], [#4409][gh4409])
*
Allow custom CSRF_HEADER_NAME setting. ([#4415][gh4415], [#4410][gh4410])
*
Include .action attribute on viewsets when generating schemas. ([#4408][gh4408], [#4398][gh4398])
*
Do not include request.FILES items in request.POST. ([#4407][gh4407])
*
Fix rendering of checkbox multiple. ([#4403][gh4403])
*
Fix docstring of Field.get_default. ([#4404][gh4404])
*
Replace utf8 character with its ascii counterpart in README. ([#4412][gh4412])
### 3.4.4
### 3.4.4
*
*Date
**
:
[
12th August 2016
][
3.4.4-milestone
]
*
*Date
**
:
[
12th August 2016
][
3.4.4-milestone
]
...
@@ -560,6 +572,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -560,6 +572,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
3.4.2-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.2+Release%22
[
3.4.2-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.2+Release%22
[
3.4.3-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.3+Release%22
[
3.4.3-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.3+Release%22
[
3.4.4-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
[
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.0.1 -->
<!-- 3.0.1 -->
[
gh2013
]:
https://github.com/tomchristie/django-rest-framework/issues/2013
[
gh2013
]:
https://github.com/tomchristie/django-rest-framework/issues/2013
...
@@ -1065,3 +1078,15 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -1065,3 +1078,15 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
gh4392
]:
https://github.com/tomchristie/django-rest-framework/issues/4392
[
gh4392
]:
https://github.com/tomchristie/django-rest-framework/issues/4392
[
gh4393
]:
https://github.com/tomchristie/django-rest-framework/issues/4393
[
gh4393
]:
https://github.com/tomchristie/django-rest-framework/issues/4393
[
gh4394
]:
https://github.com/tomchristie/django-rest-framework/issues/4394
[
gh4394
]:
https://github.com/tomchristie/django-rest-framework/issues/4394
<!-- 3.4.5 -->
[
gh4416
]:
https://github.com/tomchristie/django-rest-framework/issues/4416
[
gh4409
]:
https://github.com/tomchristie/django-rest-framework/issues/4409
[
gh4415
]:
https://github.com/tomchristie/django-rest-framework/issues/4415
[
gh4410
]:
https://github.com/tomchristie/django-rest-framework/issues/4410
[
gh4408
]:
https://github.com/tomchristie/django-rest-framework/issues/4408
[
gh4398
]:
https://github.com/tomchristie/django-rest-framework/issues/4398
[
gh4407
]:
https://github.com/tomchristie/django-rest-framework/issues/4407
[
gh4403
]:
https://github.com/tomchristie/django-rest-framework/issues/4403
[
gh4404
]:
https://github.com/tomchristie/django-rest-framework/issues/4404
[
gh4412
]:
https://github.com/tomchristie/django-rest-framework/issues/4412
rest_framework/__init__.py
View file @
63342e81
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
"""
__title__
=
'Django REST framework'
__title__
=
'Django REST framework'
__version__
=
'3.4.
4
'
__version__
=
'3.4.
5
'
__author__
=
'Tom Christie'
__author__
=
'Tom Christie'
__license__
=
'BSD 2-Clause'
__license__
=
'BSD 2-Clause'
__copyright__
=
'Copyright 2011-2016 Tom Christie'
__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