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
1d1b2f76
Commit
1d1b2f76
authored
Nov 15, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 2.3.9
parent
134ffd96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
docs/topics/release-notes.md
+12
-1
No files found.
docs/topics/release-notes.md
View file @
1d1b2f76
...
@@ -40,10 +40,21 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,10 +40,21 @@ You can determine your currently installed version using `pip freeze`:
## 2.3.x series
## 2.3.x series
###
Master
###
2.3.9
*
*Date
**
:
15th November 2013
*
Fix Django 1.6 exception API compatibility issue caused by `ValidationError`.
*
Include errors in HTML forms in browsable API.
*
Added JSON renderer support for numpy scalars.
*
Added JSON renderer support for numpy scalars.
*
Added `transform_<fieldname>` hooks on serializers for easily modifying field output.
*
Added `get_context` hook in `BrowsableAPIRenderer`.
*
Added `get_context` hook in `BrowsableAPIRenderer`.
*
Allow serializers to be passed `files` but no `data`.
*
`
HTMLFormRenderer` now renders serializers directly to HTML without needing to create an intermediate form object.
*
Added `get_filter_backends` hook.
*
Added queryset aggregates to allowed fields in `OrderingFilter`.
*
Bugfix
:
Fix decimal suppoprt with `YAMLRenderer`.
*
Bugfix
:
Fix submission of unicode in browsable API through raw data form.
### 2.3.8
### 2.3.8
...
...
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