diff options
| author | Tom Christie | 2014-12-11 09:42:21 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-11 09:42:21 +0000 |
| commit | f21bf4d6dd7ed90b59945704f818732135ac86c4 (patch) | |
| tree | 2be86beab02b243036cce77c94d4256182852057 /topics/2.2-announcement | |
| parent | 5816c561b23c1c3403cb04bd69356ace1102e1e7 (diff) | |
| download | django-rest-framework-f21bf4d6dd7ed90b59945704f818732135ac86c4.tar.bz2 | |
Update documentation
Diffstat (limited to 'topics/2.2-announcement')
| -rw-r--r-- | topics/2.2-announcement/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/topics/2.2-announcement/index.html b/topics/2.2-announcement/index.html index eaa1db10..16412a7b 100644 --- a/topics/2.2-announcement/index.html +++ b/topics/2.2-announcement/index.html @@ -345,7 +345,7 @@ <li class="main"> - <a href="#django-rest-framework-22">Django REST framework 2.2</a> + <a href="#rest-framework-22-announcement">REST framework 2.2 announcement</a> </li> @@ -378,7 +378,7 @@ <div id="main-content" class="span9"> - <h1 id="django-rest-framework-22">Django REST framework 2.2</h1> + <h1 id="rest-framework-22-announcement">REST framework 2.2 announcement</h1> <p>The 2.2 release represents an important point for REST framework, with the addition of Python 3 support, and the introduction of an official deprecation policy.</p> <h2 id="python-3-support">Python 3 support</h2> <p>Thanks to some fantastic work from <a href="https://github.com/xordoquy">Xavier Ordoquy</a>, Django REST framework 2.2 now supports Python 3. You'll need to be running Django 1.5, and it's worth keeping in mind that Django's Python 3 support is currently <a href="https://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3">considered experimental</a>.</p> @@ -510,7 +510,6 @@ serializer.data <script src="../../js/jquery-1.8.1-min.js"></script> <script src="../../js/prettify-1.0.js"></script> <script src="../../js/bootstrap-2.1.1-min.js"></script> - <script src="../../js/theme.js"></script> <script> //$('.side-nav').scrollspy() |
