diff options
| author | Tom Christie | 2014-12-08 15:16:45 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-08 15:16:45 +0000 |
| commit | 61eb64ed2424bbff8879311121c9a5dfe21f721d (patch) | |
| tree | 548b2bdb9a9de1a4fbe01b7c8d9a20ea9507c066 /topics/release-notes/index.html | |
| parent | 78f5bcb5cbc9cbed6c335734e81714bc2daa294a (diff) | |
| download | django-rest-framework-61eb64ed2424bbff8879311121c9a5dfe21f721d.tar.bz2 | |
Update documentation
Diffstat (limited to 'topics/release-notes/index.html')
| -rw-r--r-- | topics/release-notes/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html index e3f9c67e..64188deb 100644 --- a/topics/release-notes/index.html +++ b/topics/release-notes/index.html @@ -362,6 +362,10 @@ </li> <li> + <a href="#30x-series">3.0.x series</a> + </li> + + <li> <a href="#24x-series">2.4.x series</a> </li> @@ -426,6 +430,11 @@ <pre><code>pip freeze | grep djangorestframework </code></pre> <hr /> +<h2 id="30x-series">3.0.x series</h2> +<h3 id="300">3.0.0</h3> +<p><strong>Date</strong>: 1st December 2014</p> +<p>For full details see the <a href="../3.0-announcement">3.0 release announcement</a>.</p> +<hr /> <h2 id="24x-series">2.4.x series</h2> <h3 id="244">2.4.4</h3> <p><strong>Date</strong>: <a href="https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.4+Release%22+">3rd November 2014</a>.</p> |
