From d8e4067f5f12f8c3e191fcdf02e763710931181f 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 8d9a62eaa..70b207118 100644 --- a/sapl/norma/views.py +++ b/sapl/norma/views.py @@ -71,7 +71,7 @@ class NormaRelacionadaCrud(MasterDetailCrud): class NormaPesquisaView(FilterView): model = NormaJuridica filterset_class = NormaFilterSet - paginate_by = 10 + paginate_by = 50 def get_queryset(self): qs = super().get_queryset()