diff options
Diffstat (limited to 'topics/release-notes/index.html')
| -rw-r--r-- | topics/release-notes/index.html | 20 | 
1 files changed, 18 insertions, 2 deletions
| diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html index 5e0a86b9..0a077d43 100644 --- a/topics/release-notes/index.html +++ b/topics/release-notes/index.html @@ -411,8 +411,23 @@  </code></pre>  <hr />  <h2 id="30x-series">3.0.x series</h2> +<h3 id="311">3.1.1</h3> +<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.1+Release%22">19th March 2015</a>.</p> +<ul> +<li><strong>Security fix</strong>: Escape tab switching cookie name in browsable API.</li> +<li>Display input forms in browsable API if <code>serializer_class</code> is used, even when <code>get_serializer</code> method does not exist on the view. (<a href="../../gh2743">#2743</a>)</li> +<li>Use a password input for the AuthTokenSerializer. (<a href="../../gh2741">#2741</a>)</li> +<li>Fix missing anchor closing tag after next button. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2691">#2691</a>)</li> +<li>Fix <code>lookup_url_kwarg</code> handling in viewsets. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2685">#2685</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2591">#2591</a>)</li> +<li>Fix problem with imporing <code>rest_framework.views</code> in <code>apps.py</code> (<a href="https://github.com/tomchristie/django-rest-framework/issues/2678">#2678</a>)</li> +<li>LimitOffsetPagination raises <code>TypeError</code> if PAGE_SIZE not set (<a href="https://github.com/tomchristie/django-rest-framework/issues/2667">#2667</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2700">#2700</a>)</li> +<li>German translation for <code>min_value</code> field error message references <code>max_value</code>. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2645">#2645</a>)</li> +<li>Remove <code>MergeDict</code>. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2640">#2640</a>)</li> +<li>Support serializing unsaved models with related fields. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2637">#2637</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2641">#2641</a>)</li> +<li>Allow blank/null on radio.html choices. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2631">#2631</a>)</li> +</ul>  <h3 id="310">3.1.0</h3> -<p><strong>Date</strong>: [5th March 2015][3.1.0-milestone].</p> +<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.1.0+Release%22">5th March 2015</a>.</p>  <p>For full details see the <a href="../3.1-announcement">3.1 release announcement</a>.</p>  <h3 id="305">3.0.5</h3>  <p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.5+Release%22">10th February 2015</a>.</p> @@ -507,7 +522,8 @@  <p><!-- 3.0.2 -->  <!-- 3.0.3 -->  <!-- 3.0.4 --> -<!-- 3.0.5 --></p> +<!-- 3.0.5 --> +<!-- 3.1.1 --></p>            </div>            <!--/span--> | 
