aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2014-12-02 08:29:22 +0000
committerTom Christie2014-12-02 08:29:22 +0000
commitd847e336c57c32a876093a81269ecb4b8a56bb85 (patch)
tree29a4806233a7a16d3f4948b408ad59a2b10d8756 /docs/topics/release-notes.md
parentd1fe61ce94af1e942f8d1026fb84b1909c230779 (diff)
parent0a91999d6a907dfa5cd6e004e8bf320c395257f0 (diff)
downloaddjango-rest-framework-d847e336c57c32a876093a81269ecb4b8a56bb85.tar.bz2
Merge pull request #2161 from NextHub/master
Move models to respective test modules
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 53187589..19dfbb98 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -121,7 +121,7 @@ You can determine your currently installed version using `pip freeze`:
* Add `UnicodeYAMLRenderer` that extends `YAMLRenderer` with unicode.
* Fix `parse_header` argument convertion.
* Fix mediatype detection under Python 3.
-* Web browseable API now offers blank option on dropdown when the field is not required.
+* Web browsable API now offers blank option on dropdown when the field is not required.
* `APIException` representation improved for logging purposes.
* Allow source="*" within nested serializers.
* Better support for custom oauth2 provider backends.
@@ -200,7 +200,7 @@ You can determine your currently installed version using `pip freeze`:
* Added `MAX_PAGINATE_BY` setting and `max_paginate_by` generic view attribute.
* Added `cache` attribute to throttles to allow overriding of default cache.
* 'Raw data' tab in browsable API now contains pre-populated data.
-* 'Raw data' and 'HTML form' tab preference in browseable API now saved between page views.
+* 'Raw data' and 'HTML form' tab preference in browsable API now saved between page views.
* Bugfix: `required=True` argument fixed for boolean serializer fields.
* Bugfix: `client.force_authenticate(None)` should also clear session info if it exists.
* Bugfix: Client sending empty string instead of file now clears `FileField`.