<p><strong>Date</strong>: <ahref="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.1+Release%22">13th August 2015</a>.</p>
<ul>
<li>Add <code>display_value()</code> method for use when displaying relational field select inputs. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/3254">#3254</a>)</li>
<li>Fix issue with <code>BooleanField</code> checkboxes incorrectly displaying as checked. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/3258">#3258</a>)</li>
<li>Ensure empty checkboxes properly set <code>BooleanField</code> to <code>False</code> in all cases. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/2776">#2776</a>)</li>
<li>Allow <code>WSGIRequest.FILES</code> property without raising incorrect deprecated error. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/3261">#3261</a>)</li>
<li>Resolve issue with rendering nested serializers in forms. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/3260">#3260</a>)</li>
<li>Raise an error if user accidentally pass a serializer instance to a response, rather than data. (<ahref="https://github.com/tomchristie/django-rest-framework/issues/3241">#3241</a>)</li>
</ul>
<h3id="321">3.2.1</h3>
<p><strong>Date</strong>: <ahref="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.1+Release%22">7th August 2015</a>.</p>