aboutsummaryrefslogtreecommitdiffstats
path: root/topics/release-notes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'topics/release-notes/index.html')
-rw-r--r--topics/release-notes/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html
index 6534fa05..e3f9c67e 100644
--- a/topics/release-notes/index.html
+++ b/topics/release-notes/index.html
@@ -498,7 +498,7 @@
<li>Add <code>UnicodeYAMLRenderer</code> that extends <code>YAMLRenderer</code> with unicode.</li>
<li>Fix <code>parse_header</code> argument convertion.</li>
<li>Fix mediatype detection under Python 3.</li>
-<li>Web browseable API now offers blank option on dropdown when the field is not required.</li>
+<li>Web browsable API now offers blank option on dropdown when the field is not required.</li>
<li><code>APIException</code> representation improved for logging purposes.</li>
<li>Allow source="*" within nested serializers.</li>
<li>Better support for custom oauth2 provider backends.</li>
@@ -571,7 +571,7 @@
<li>Added <code>MAX_PAGINATE_BY</code> setting and <code>max_paginate_by</code> generic view attribute.</li>
<li>Added <code>cache</code> attribute to throttles to allow overriding of default cache.</li>
<li>'Raw data' tab in browsable API now contains pre-populated data.</li>
-<li>'Raw data' and 'HTML form' tab preference in browseable API now saved between page views.</li>
+<li>'Raw data' and 'HTML form' tab preference in browsable API now saved between page views.</li>
<li>Bugfix: <code>required=True</code> argument fixed for boolean serializer fields.</li>
<li>Bugfix: <code>client.force_authenticate(None)</code> should also clear session info if it exists.</li>
<li>Bugfix: Client sending empty string instead of file now clears <code>FileField</code>.</li>