aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/reverse.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/reverse.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/reverse.md')
-rw-r--r--docs/api-guide/reverse.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/reverse.md b/docs/api-guide/reverse.md
index 383eca4c..71fb83f9 100644
--- a/docs/api-guide/reverse.md
+++ b/docs/api-guide/reverse.md
@@ -1,4 +1,4 @@
-<a class="github" href="reverse.py"></a>
+source: reverse.py
# Returning URLs
@@ -30,7 +30,7 @@ You should **include the request as a keyword argument** to the function, for ex
from rest_framework.reverse import reverse
from rest_framework.views import APIView
from django.utils.timezone import now
-
+
class APIRootView(APIView):
def get(self, request):
year = now().year