diff options
| author | Tymur Maryokhin | 2014-11-29 20:23:55 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2014-11-29 20:23:55 +0100 | 
| commit | e2ea98e8ab3192fa8d252d33cc03929fcf6ed02f (patch) | |
| tree | 8090ba9ced4ed7efa0a124f2e25fb1e0c81984c2 /docs/topics/release-notes.md | |
| parent | dd9d40d8c01f54f1542ba728d89b8b2da584dc1f (diff) | |
| download | django-rest-framework-e2ea98e8ab3192fa8d252d33cc03929fcf6ed02f.tar.bz2 | |
Fixed typos
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 4 | 
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`. | 
