From e670e082f8c78f124b5891b50edb5e080c1c86de Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Mon, 14 May 2018 21:31:45 -0400 Subject: [PATCH 1/2] Test to see how Travis is working. --- rest_framework_json_api/views.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rest_framework_json_api/views.py b/rest_framework_json_api/views.py index 0156bccc..cf4c4230 100644 --- a/rest_framework_json_api/views.py +++ b/rest_framework_json_api/views.py @@ -25,6 +25,9 @@ ) + + + class PrefetchForIncludesHelperMixin(object): def get_queryset(self): """This viewset provides a helper attribute to prefetch related models From a9eaee497a58f8126e4232d264383dcbcb432062 Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Tue, 15 May 2018 11:21:03 -0400 Subject: [PATCH 2/2] Even more new lines. --- rest_framework_json_api/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rest_framework_json_api/views.py b/rest_framework_json_api/views.py index cf4c4230..289af4f6 100644 --- a/rest_framework_json_api/views.py +++ b/rest_framework_json_api/views.py @@ -28,6 +28,8 @@ + + class PrefetchForIncludesHelperMixin(object): def get_queryset(self): """This viewset provides a helper attribute to prefetch related models