mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-07 18:54:33 +03:00
Deployed 1d34bc0b
with MkDocs version: 0.15.3
This commit is contained in:
parent
d228ab4dca
commit
d23d8b8a00
File diff suppressed because one or more lines are too long
|
@ -394,6 +394,10 @@
|
|||
<a href="#upgrading">Upgrading</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#36x-series">3.6.x series</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#35x-series">3.5.x series</a>
|
||||
</li>
|
||||
|
@ -465,6 +469,25 @@
|
|||
<pre><code>pip freeze | grep djangorestframework
|
||||
</code></pre>
|
||||
<hr />
|
||||
<h2 id="36x-series"><a class="toclink" href="#36x-series">3.6.x series</a></h2>
|
||||
<h3 id="362"><a class="toclink" href="#362">3.6.2</a></h3>
|
||||
<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.2+Release%22">10th March 2017</a></p>
|
||||
<ul>
|
||||
<li>Support for Safari & IE in API docs. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4959">#4959</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/4961">#4961</a>)</li>
|
||||
<li>Add missing <code>mark_safe</code> in API docs template tags. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4952">#4952</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/4953">#4953</a>)</li>
|
||||
<li>Add missing glyicon fonts. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4950">#4950</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/4951">#4951</a>)</li>
|
||||
<li>Fix One-to-one fields in API docs. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4955">#4955</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/4956">#4956</a>)</li>
|
||||
<li>Test clean ups. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4949">#4949</a>)</li>
|
||||
</ul>
|
||||
<h3 id="361"><a class="toclink" href="#361">3.6.1</a></h3>
|
||||
<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.1+Release%22">9th March 2017</a></p>
|
||||
<ul>
|
||||
<li>Ensure <code>markdown</code> dependancy is optional. (<a href="https://github.com/tomchristie/django-rest-framework/issues/4947">#4947</a>)</li>
|
||||
</ul>
|
||||
<h3 id="360"><a class="toclink" href="#360">3.6.0</a></h3>
|
||||
<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.6.0+Release%22">9th March 2017</a></p>
|
||||
<p>See the <a href="../3.6-announcement/">release announcement</a>.</p>
|
||||
<hr />
|
||||
<h2 id="35x-series"><a class="toclink" href="#35x-series">3.5.x series</a></h2>
|
||||
<h3 id="354"><a class="toclink" href="#354">3.5.4</a></h3>
|
||||
<p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.5.4+Release%22">10th February 2017</a></p>
|
||||
|
@ -1040,6 +1063,10 @@
|
|||
<!-- 3.5.3 -->
|
||||
|
||||
<!-- 3.5.4 -->
|
||||
|
||||
<!-- 3.6.1 -->
|
||||
|
||||
<!-- 3.6.2 -->
|
||||
|
||||
|
||||
</div> <!--/span-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user