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
b2fb0deb
Commit
b2fb0deb
authored
Oct 23, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest item to the release notes
parent
0fb1ebcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docs/topics/release-notes.md
+2
-0
No files found.
docs/topics/release-notes.md
View file @
b2fb0deb
...
@@ -49,6 +49,7 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -49,6 +49,7 @@ You can determine your currently installed version using `pip freeze`:
*
AJAX browsable API. ([#3410][gh3410])
*
AJAX browsable API. ([#3410][gh3410])
*
Added JSONField. ([#3454][gh3454])
*
Added JSONField. ([#3454][gh3454])
*
Correctly map `to_field` when creating `ModelSerializer` relational fields. ([#3526][gh3526])
*
Correctly map `to_field` when creating `ModelSerializer` relational fields. ([#3526][gh3526])
*
Include keyword arguments when mapping `FilePathField` to a serializer field. ([#3536][gh3536])
*
Map appropriate model `error_messages` on `ModelSerializer` uniqueness constraints. ([#3435][gh3435])
*
Map appropriate model `error_messages` on `ModelSerializer` uniqueness constraints. ([#3435][gh3435])
*
Include `max_length` constraint for `ModelSerializer` fields mapped from TextField. ([#3509][gh3509])
*
Include `max_length` constraint for `ModelSerializer` fields mapped from TextField. ([#3509][gh3509])
*
Added support for Django 1.9. ([#3450][gh3450], [#3525][gh3525])
*
Added support for Django 1.9. ([#3450][gh3450], [#3525][gh3525])
...
@@ -564,4 +565,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
...
@@ -564,4 +565,5 @@ For older release notes, [please see the version 2.x documentation][old-release-
[
gh3525
]:
https://github.com/tomchristie/django-rest-framework/issues/3525
[
gh3525
]:
https://github.com/tomchristie/django-rest-framework/issues/3525
[
gh3526
]:
https://github.com/tomchristie/django-rest-framework/issues/3526
[
gh3526
]:
https://github.com/tomchristie/django-rest-framework/issues/3526
[
gh3429
]:
https://github.com/tomchristie/django-rest-framework/issues/3429
[
gh3429
]:
https://github.com/tomchristie/django-rest-framework/issues/3429
[
gh3536
]:
https://github.com/tomchristie/django-rest-framework/issues/3536
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