aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/generic-views.md
diff options
context:
space:
mode:
authorTom Christie2014-11-28 14:26:03 +0000
committerTom Christie2014-11-28 14:26:03 +0000
commit8e549a76ea0ff6b44e1dcf08ba733a5fbfc004ed (patch)
treebe7d81b3ff66fdf3ff2be248e7e6fb3082c8d963 /docs/api-guide/generic-views.md
parenta741418f5062d8dea76145fdf656c10b51fd982d (diff)
downloaddjango-rest-framework-8e549a76ea0ff6b44e1dcf08ba733a5fbfc004ed.tar.bz2
Add 2.x notes and links
Diffstat (limited to 'docs/api-guide/generic-views.md')
-rwxr-xr-xdocs/api-guide/generic-views.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-guide/generic-views.md b/docs/api-guide/generic-views.md
index 8c1b7dc9..f5bbdfdd 100755
--- a/docs/api-guide/generic-views.md
+++ b/docs/api-guide/generic-views.md
@@ -1,6 +1,12 @@
source: mixins.py
generics.py
+---
+
+**Note**: This is the documentation for the **version 3.0** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
+
+---
+
# Generic views
> 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.