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
dbb69432
Commit
dbb69432
authored
Mar 23, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes
parent
e73ddddc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
docs/topics/release-notes.md
+7
-1
No files found.
docs/topics/release-notes.md
View file @
dbb69432
...
...
@@ -44,10 +44,13 @@ You can determine your currently installed version using `pip freeze`:
*
*Date
**
:
[
19th March 2015
][
3.1.1-milestone
]
.
*
*
*Security
fix**
:
Escape tab switching cookie name in browsable API.
*
Display input forms in browsable API if `serializer_class` is used, even when `get_serializer` method does not exist on the view. ([#2743](gh2743))
*
Use a password input for the AuthTokenSerializer. ([#2741](gh2741))
*
Fix missing anchor closing tag after next button. ([#2691][gh2691])
*
Fix `lookup_url_kwarg` handling in viewsets. ([#2685][gh2685], [#2591][gh2591])
*
Fix problem with imporing `rest_framework.views` in `apps.py` ([#2678][gh2678])
*
LimitOffsetPagination raises
Type error
if PAGE_SIZE not set ([#2667][gh2667], [#2700][gh2700])
*
LimitOffsetPagination raises
`TypeError`
if PAGE_SIZE not set ([#2667][gh2667], [#2700][gh2700])
*
German translation for `min_value` field error message references `max_value`. ([#2645][gh2645])
*
Remove `MergeDict`. ([#2640][gh2640])
*
Support serializing unsaved models with related fields. ([#2637][gh2637], [#2641][gh2641])
...
...
@@ -287,3 +290,5 @@ For older release notes, [please see the version 2.x documentation](old-release-
[
gh2637
]:
https://github.com/tomchristie/django-rest-framework/issues/2637
[
gh2641
]:
https://github.com/tomchristie/django-rest-framework/issues/2641
[
gh2631
]:
https://github.com/tomchristie/django-rest-framework/issues/2631
[
gh2741
]:
https://github.com/tomchristie/django-rest-framework/issues/2641
[
gh2743
]:
https://github.com/tomchristie/django-rest-framework/issues/2643
\ No newline at end of file
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