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
3b39d2d1
Commit
3b39d2d1
authored
Oct 21, 2016
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 3.5.1 [ci skip]
parent
30bf9df5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletions
+22
-1
docs/topics/release-notes.md
+21
-0
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
3b39d2d1
...
...
@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
## 3.5.x series
### 3.5.1
*
*Date
**
:
[
21st October 2016
][
3.5.1-milestone
]
*
Make `rest_framework/compat.py` imports. ([#4612][gh4612], [#4608][gh4608], [#4601][gh4601])
*
Fix bug in schema base path generation. ([#4611][gh4611], [#4605][gh4605])
*
Fix broken case of ListSerializer with single item. ([#4609][gh4609], [#4606][gh4606])
*
Remove bare `raise` for Python 3.5 compat. ([#4600][gh4600])
### 3.5.0
*
*Date
**
:
[
20th October 2016
][
3.5.0-milestone
]
...
...
@@ -605,6 +614,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
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.5.0-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.0+Release%22
[
3.5.1-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.1+Release%22
<!-- 3.0.1 -->
[
gh2013
]:
https://github.com/tomchristie/django-rest-framework/issues/2013
...
...
@@ -1146,3 +1156,14 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
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
<!-- 3.5.1 -->
[
gh4612
]:
https://github.com/tomchristie/django-rest-framework/issues/4612
[
gh4608
]:
https://github.com/tomchristie/django-rest-framework/issues/4608
[
gh4601
]:
https://github.com/tomchristie/django-rest-framework/issues/4601
[
gh4611
]:
https://github.com/tomchristie/django-rest-framework/issues/4611
[
gh4605
]:
https://github.com/tomchristie/django-rest-framework/issues/4605
[
gh4609
]:
https://github.com/tomchristie/django-rest-framework/issues/4609
[
gh4606
]:
https://github.com/tomchristie/django-rest-framework/issues/4606
[
gh4600
]:
https://github.com/tomchristie/django-rest-framework/issues/4600
rest_framework/__init__.py
View file @
3b39d2d1
...
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__
=
'Django REST framework'
__version__
=
'3.5.
0
'
__version__
=
'3.5.
1
'
__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