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
1f67b9ba
Commit
1f67b9ba
authored
Nov 06, 2012
by
Stephan Groß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added changelog entry and fixed old one
parent
6d3bb67a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
docs/topics/release-notes.md
+2
-1
No files found.
docs/topics/release-notes.md
View file @
1f67b9ba
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
## Master
## Master
*
Support use of HTML exception templates. Eg.
`403.html`
*
Support use of HTML exception templates. Eg.
`403.html`
*
Hyperlinked related fields optionally take
`slug_field`
,
`slug_url_kwarg`
and
`pk_url_kwarg`
arguments.
## 2.1.0
## 2.1.0
...
@@ -16,7 +17,7 @@
...
@@ -16,7 +17,7 @@
*
**Serializer `instance` and `data` keyword args have their position swapped.**
*
**Serializer `instance` and `data` keyword args have their position swapped.**
*
`queryset`
argument is now optional on writable model fields.
*
`queryset`
argument is now optional on writable model fields.
*
Hyperlinked related fields optionally take
`slug_field`
and
`slug_
field
_kwarg`
arguments.
*
Hyperlinked related fields optionally take
`slug_field`
and
`slug_
url
_kwarg`
arguments.
*
Support Django's cache framework.
*
Support Django's cache framework.
*
Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
*
Minor field improvements. (Don't stringify dicts, more robust many-pk fields.)
*
Bugfix: Support choice field in Browseable API.
*
Bugfix: Support choice field in Browseable API.
...
...
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