aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/generic-views/index.html
diff options
context:
space:
mode:
authorTom Christie2015-03-09 10:18:32 +0000
committerTom Christie2015-03-09 10:18:32 +0000
commit1d65378886990a1dc5c36403d454ce251fbda457 (patch)
tree85e02aee2a6200d8078a0dad153508849fadb153 /api-guide/generic-views/index.html
parentb23778baf9258f6c775e446489e165b1415e9fbc (diff)
downloaddjango-rest-framework-1d65378886990a1dc5c36403d454ce251fbda457.tar.bz2
Update documentation
Diffstat (limited to 'api-guide/generic-views/index.html')
-rw-r--r--api-guide/generic-views/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/api-guide/generic-views/index.html b/api-guide/generic-views/index.html
index 288a7115..098dc775 100644
--- a/api-guide/generic-views/index.html
+++ b/api-guide/generic-views/index.html
@@ -496,10 +496,7 @@
- <hr />
-<p><strong>Note</strong>: This is the documentation for the <strong>version 3.0</strong> of REST framework. Documentation for <a href="http://tomchristie.github.io/rest-framework-2-docs/">version 2.4</a> is also available.</p>
-<hr />
-<h1 id="generic-views">Generic views</h1>
+ <h1 id="generic-views">Generic views</h1>
<blockquote>
<p>Django’s generic views... were developed as a shortcut for common usage patterns... They take certain common idioms and patterns found in view development and abstract them so that you can quickly write common views of data without having to repeat yourself.</p>
<p>&mdash; <a href="https://docs.djangoproject.com/en/dev/ref/class-based-views/#base-vs-generic-views">Django Documentation</a></p>