Coverage for rest_framework/reverse : + 75% +
+
+ From 3d4bb4b5533fa281c2f11c12ceb0a9ae61aa0d54 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 21 Jun 2013 22:03:07 +0100 Subject: Ensure action kwargs properly handdled. Refs #940. --- htmlcov/rest_framework_reverse.html | 127 ++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 htmlcov/rest_framework_reverse.html (limited to 'htmlcov/rest_framework_reverse.html') diff --git a/htmlcov/rest_framework_reverse.html b/htmlcov/rest_framework_reverse.html new file mode 100644 index 00000000..4e7a8de2 --- /dev/null +++ b/htmlcov/rest_framework_reverse.html @@ -0,0 +1,127 @@ + + +
+ + + + +
+
+Hot-keys on this page
++ r + m + x + p toggle line displays +
++ j + k next/prev highlighted chunk +
++ 0 (zero) top of page +
++ 1 (one) first highlighted chunk +
+| + + + + + + + + + + + + + + + + + + + + + + + + + | +
+ """ +Provide reverse functions that return fully qualified URLs +""" + + + ++ + + """ +Same as `django.core.urlresolvers.reverse`, but optionally takes a request +and returns a fully qualified URL, using the request to get the base URL. +""" + +kwargs = kwargs or {} +kwargs['format'] = format + + + +return url ++ + + + |
+