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
25a463be
Commit
25a463be
authored
Jan 12, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes.
parent
d9acec3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docs/topics/release-notes.md
+3
-0
No files found.
docs/topics/release-notes.md
View file @
25a463be
...
@@ -19,10 +19,13 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
...
@@ -19,10 +19,13 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
### Master
### Master
*
Deprecate django.utils.simplejson in favor of Python 2.6's built-in json module.
*
Deprecate django.utils.simplejson in favor of Python 2.6's built-in json module.
*
Bugfix: PK fields now only default to
`read_only=True`
if they are an AutoField or if
`editable=False`
.
*
Bugfix: Validation errors instead of exceptions when serializers receive incorrect types.
*
Bugfix: Validation errors instead of exceptions when serializers receive incorrect types.
*
Bugfix: Validation errors instead of exceptions when related fields receive incorrect types.
*
Bugfix: Validation errors instead of exceptions when related fields receive incorrect types.
*
Bugfix: Handle ObjectDoesNotExist exception when serializing null reverse one-to-one
*
Bugfix: Handle ObjectDoesNotExist exception when serializing null reverse one-to-one
**Note**
: If you are using auto UUID fields as your primary keys, you probably want to make sure that the model fields correctly set
`editable=False`
.
### 2.1.15
### 2.1.15
**Date**
: 3rd Jan 2013
**Date**
: 3rd Jan 2013
...
...
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