From b6892ff7d31b8315928adea18b0790fc07741d11 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 22 Oct 2019 14:35:04 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20aumenta=20pagina=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20norma=20para=2050?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/norma/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/norma/views.py b/sapl/norma/views.py index 6f35d3db5..c593d89a3 100644 --- a/sapl/norma/views.py +++ b/sapl/norma/views.py @@ -78,7 +78,7 @@ class NormaDestaquesView(ListView): class NormaPesquisaView(FilterView): model = NormaJuridica filterset_class = NormaFilterSet - paginate_by = 10 + paginate_by = 50 def get_queryset(self): qs = super().get_queryset()