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
0188ca73
Commit
0188ca73
authored
Dec 11, 2014
by
Xavier Ordoquy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release notes for 3.0.1
parent
8ad0b831
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
docs/topics/release-notes.md
+26
-0
No files found.
docs/topics/release-notes.md
View file @
0188ca73
...
@@ -40,6 +40,32 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,6 +40,32 @@ You can determine your currently installed version using `pip freeze`:
## 3.0.x series
## 3.0.x series
### 3.0.1
*
*Date
**
:
[
December 2014
]
(https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.1+Release%22)
*
Documentation improvements
*
More helpful error message when the default `.create` fails (#2013)
*
Raise error when attempting to save serializer if data is not valid. (#2098)
*
Fix `FileUploadParser` breaks with empty file names and multiple upload handlers (#2109)
*
Imporve BindingDict to support standard dict-functions (#2135,
#2163)
*
Add `validate` to `ListSerializer` (#2168,
#2225, #2232)
*
Fix JSONP renderer failing to escape some characters (#2169,
#2195)
*
Add missing default style for FileField (#2172)
*
Actions are required when calling viewset.as_view() (#2175)
*
Add allow_blank to ChoiceField (#2184,
#2239)
*
Cosmetic fixes in the HTML renderer (#2187)
*
Raise error if `fields` on serializer is not a list of strings. (#2193,
#2213)
*
Improve checks for nested creates and updates. (#2194,
#2196)
*
`
validated_attrs` argument renamed to `validated_data` in Serializer's `create`/`update` (#2197)
*
Remove deprecated code to reflect the droped Django versions (#2200)
*
Better serializer errors for nested writes. (#2202,
#2215)
*
Fix Pagination and custom permissions incompatibility (#2205)
*
Raise error if `fields` on serializer is not a list of strings. (#2213)
*
Add missing translation markers for relational fields. (#2231)
*
Improve field lookup behavior for dicts/mappings. (#2244,
#2243)
*
Optimized hyperlinked PK (#2242)
### 3.0.0
### 3.0.0
*
*Date
**
:
1st December 2014
*
*Date
**
:
1st December 2014
...
...
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