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
f064ec6a
Commit
f064ec6a
authored
Aug 23, 2016
by
Tom Christie
Committed by
GitHub
Aug 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 3.4.6 (#4436)
parent
97806f97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
+20
-1
docs/topics/release-notes.md
+19
-0
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
f064ec6a
...
@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
## 3.4.x series
## 3.4.x series
### 3.4.6
*
*Date
**
:
[
23rd August 2016
][
3.4.6-milestone
]
*
Fix malformed Javascript in browsable API. ([#4435][gh4435])
*
Skip HiddenField from Schema fields. ([#4425][gh4425], [#4429][gh4429])
*
Improve Create to show the original exception traceback. ([#3508][gh3508])
*
Fix `AdminRenderer` display of PK only related fields. ([#4419][gh4419], [#4423][gh4423])
### 3.4.5
### 3.4.5
*
*Date
**
:
[
19th August 2016
][
3.4.5-milestone
]
*
*Date
**
:
[
19th August 2016
][
3.4.5-milestone
]
...
@@ -573,6 +582,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -573,6 +582,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
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.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.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
...
@@ -1090,3 +1100,12 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -1090,3 +1100,12 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
gh4403
]:
https://github.com/tomchristie/django-rest-framework/issues/4403
[
gh4403
]:
https://github.com/tomchristie/django-rest-framework/issues/4403
[
gh4404
]:
https://github.com/tomchristie/django-rest-framework/issues/4404
[
gh4404
]:
https://github.com/tomchristie/django-rest-framework/issues/4404
[
gh4412
]:
https://github.com/tomchristie/django-rest-framework/issues/4412
[
gh4412
]:
https://github.com/tomchristie/django-rest-framework/issues/4412
<!-- 3.4.6 -->
[
gh4435
]:
https://github.com/tomchristie/django-rest-framework/issues/4435
[
gh4425
]:
https://github.com/tomchristie/django-rest-framework/issues/4425
[
gh4429
]:
https://github.com/tomchristie/django-rest-framework/issues/4429
[
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
rest_framework/__init__.py
View file @
f064ec6a
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
"""
__title__
=
'Django REST framework'
__title__
=
'Django REST framework'
__version__
=
'3.4.
5
'
__version__
=
'3.4.
6
'
__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