Coverage for rest_framework/pagination : - 100% -
-
- From f2e6af89755c34083acb1a5fcd843a480037293f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 21 Jun 2013 22:04:38 +0100 Subject: Remove erronous htmlcov files --- htmlcov/rest_framework_pagination.html | 269 --------------------------------- 1 file changed, 269 deletions(-) delete mode 100644 htmlcov/rest_framework_pagination.html (limited to 'htmlcov/rest_framework_pagination.html') diff --git a/htmlcov/rest_framework_pagination.html b/htmlcov/rest_framework_pagination.html deleted file mode 100644 index 5a3f76d8..00000000 --- a/htmlcov/rest_framework_pagination.html +++ /dev/null @@ -1,269 +0,0 @@ - - -
- - - - -
-
-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 -
-| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | -
- """ -Pagination serializers determine the structure of the output that should -be used for paginated responses. -""" - - - -- - - """ -Field that returns a link to the next page in paginated results. -""" - -- - - - - - - - - - - """ -Field that returns a link to the previous page in paginated results. -""" - -- - - - - - - - - - - """ -If no object serializer is specified, then this serializer will be applied -as the default. -""" -- - # Note: Swallow context kwarg - only required for eg. ModelSerializer. - -- - - """ -An object that stores the options that may be provided to a -pagination serializer by using the inner `Meta` class. -- Accessible on the instance as `serializer.opts`. -""" - - - -DefaultObjectSerializer) -- - - """ -A base class for pagination serializers to inherit from, -to make implementing custom serializers more easy. -""" - - -- - """ -Override init to add in the object serializer field on-the-fly. -""" - - - -- - - else: - -- - - - - """ -A default implementation of a pagination serializer. -""" - - - - - |
-