aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/views.md
diff options
context:
space:
mode:
authorTom Christie2014-11-25 15:52:36 +0000
committerTom Christie2014-11-25 15:52:36 +0000
commitd7f8047addaea10b0f629e064a3826e7531d8040 (patch)
tree9bd27d74390b313bd1b84a9853531e5814ea24e5 /docs/api-guide/views.md
parent64d8e3dcb6846610e1908e067962b0c8457a86f8 (diff)
parent66fc51de5c4622073e7e6cfd12cc7c4a1a8ba60c (diff)
downloaddjango-rest-framework-d7f8047addaea10b0f629e064a3826e7531d8040.tar.bz2
Merge branch 'mkdocs' of git://github.com/d0ugal/django-rest-framework into d0ugal-mkdocs
Diffstat (limited to 'docs/api-guide/views.md')
-rw-r--r--docs/api-guide/views.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api-guide/views.md b/docs/api-guide/views.md
index 194a7a6b..31c62682 100644
--- a/docs/api-guide/views.md
+++ b/docs/api-guide/views.md
@@ -1,4 +1,5 @@
-<a class="github" href="decorators.py"></a> <a class="github" href="views.py"></a>
+source: decorators.py
+ views.py
# Class Based Views
@@ -26,7 +27,7 @@ For example:
class ListUsers(APIView):
"""
View to list all users in the system.
-
+
* Requires token authentication.
* Only admin users are able to access this view.
"""
@@ -54,7 +55,7 @@ The following attributes control the pluggable aspects of API views.
### .permission_classes
-### .content_negotiation_class
+### .content_negotiation_class
## API policy instantiation methods