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
eb577422
Commit
eb577422
authored
Feb 10, 2017
by
Tom Christie
Committed by
GitHub
Feb 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 3.5.4 (#4894)
parent
176831e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
1 deletions
+39
-1
docs/topics/release-notes.md
+38
-0
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
eb577422
...
@@ -40,6 +40,24 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,6 +40,24 @@ You can determine your currently installed version using `pip freeze`:
## 3.5.x series
## 3.5.x series
### 3.5.4
*
*Date
**
:
[
10th February 2017
][
3.5.4-milestone
]
*
Add max_length and min_length arguments for ListField. ([#4877][gh4877])
*
Add per-view custom exception handler support. ([#4753][gh4753])
*
Support disabling of declared fields on serializer subclasses. ([#4764][gh4764])
*
Support custom view names on `@list_route` and `@detail_route` endpoints. ([#4821][gh4821])
*
Correct labels for fields in login template when custom user model is used. ([#4841][gh4841])
*
Whitespace fixes for descriptions generated from docstrings. ([#4759][gh4759], [#4869][gh4869], [#4870][gh4870])
*
Better error reporting when schemas are returned by views without a schema renderer. ([#4790][gh4790])
*
Fix for returned response of `PUT` requests when `prefetch_related` is used. ([#4661][gh4661], [#4668][gh4668])
*
Fix for breadcrumb view names. ([#4750][gh4750])
*
Fix for RequestsClient ensuring fully qualified URLs. ([#4678][gh4678])
*
Fix for incorrect behavior of writable-nested fields check in some cases. ([#4634][gh4634], [#4669][gh4669])
*
Resolve Django deprecation warnings. ([#4712][gh4712])
*
Various cleanup of test cases.
### 3.5.3
### 3.5.3
*
*Date
**
:
[
7th November 2016
][
3.5.3-milestone
]
*
*Date
**
:
[
7th November 2016
][
3.5.3-milestone
]
...
@@ -639,6 +657,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -639,6 +657,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
3.5.1-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.1+Release%22
[
3.5.1-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.1+Release%22
[
3.5.2-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.2+Release%22
[
3.5.2-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.2+Release%22
[
3.5.3-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.3+Release%22
[
3.5.3-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.3+Release%22
[
3.5.4-milestone
]:
https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.4+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
...
@@ -1216,3 +1235,22 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -1216,3 +1235,22 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
gh4645
]:
https://github.com/tomchristie/django-rest-framework/issues/4645
[
gh4645
]:
https://github.com/tomchristie/django-rest-framework/issues/4645
[
gh4646
]:
https://github.com/tomchristie/django-rest-framework/issues/4646
[
gh4646
]:
https://github.com/tomchristie/django-rest-framework/issues/4646
[
gh4650
]:
https://github.com/tomchristie/django-rest-framework/issues/4650
[
gh4650
]:
https://github.com/tomchristie/django-rest-framework/issues/4650
<!-- 3.5.4 -->
[
gh4877
]:
https://github.com/tomchristie/django-rest-framework/issues/4877
[
gh4753
]:
https://github.com/tomchristie/django-rest-framework/issues/4753
[
gh4764
]:
https://github.com/tomchristie/django-rest-framework/issues/4764
[
gh4821
]:
https://github.com/tomchristie/django-rest-framework/issues/4821
[
gh4841
]:
https://github.com/tomchristie/django-rest-framework/issues/4841
[
gh4759
]:
https://github.com/tomchristie/django-rest-framework/issues/4759
[
gh4869
]:
https://github.com/tomchristie/django-rest-framework/issues/4869
[
gh4870
]:
https://github.com/tomchristie/django-rest-framework/issues/4870
[
gh4790
]:
https://github.com/tomchristie/django-rest-framework/issues/4790
[
gh4661
]:
https://github.com/tomchristie/django-rest-framework/issues/4661
[
gh4668
]:
https://github.com/tomchristie/django-rest-framework/issues/4668
[
gh4750
]:
https://github.com/tomchristie/django-rest-framework/issues/4750
[
gh4678
]:
https://github.com/tomchristie/django-rest-framework/issues/4678
[
gh4634
]:
https://github.com/tomchristie/django-rest-framework/issues/4634
[
gh4669
]:
https://github.com/tomchristie/django-rest-framework/issues/4669
[
gh4712
]:
https://github.com/tomchristie/django-rest-framework/issues/4712
rest_framework/__init__.py
View file @
eb577422
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
"""
__title__
=
'Django REST framework'
__title__
=
'Django REST framework'
__version__
=
'3.5.
3
'
__version__
=
'3.5.
4
'
__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