From 86efeba50a1ec5018159aea01875919c01bf505d Mon Sep 17 00:00:00 2001
From: DylannCordel <d.cordel@webu.coop>
Date: Wed, 18 Jan 2017 13:35:59 +0100
Subject: [PATCH] remove paginate_by

---
 newsbox/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/newsbox/views.py b/newsbox/views.py
index 4dcc04d..b11d552 100644
--- a/newsbox/views.py
+++ b/newsbox/views.py
@@ -23,7 +23,6 @@ class NewsboxBaseArchiveView(NewsboxPublishedMixinView):
     """
     date_field = "newsbox_publication_start_date"
     slug_field = "newsbox_slug"
-    paginate_by = 10
     make_object_list = True
     allow_future = True
     title = None
-- 
GitLab