From 1622468b2aaeb8e2ee3beda985e0e2007b53a7ac Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Tue, 8 Aug 2017 09:49:07 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20classe=20desnecess=C3=A1ria=20do=20cru?= =?UTF-8?q?d=20AutoriaCrud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/materia/views.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sapl/materia/views.py b/sapl/materia/views.py index eeb465cd1..bfa996b68 100644 --- a/sapl/materia/views.py +++ b/sapl/materia/views.py @@ -1116,13 +1116,6 @@ class AutoriaCrud(MasterDetailCrud): }) return initial - class ListView(MasterDetailCrud.ListView): - - def get_queryset(self): - qs = super().get_queryset() - - return qs.order_by('-primeiro_autor', 'autor__nome') - class DespachoInicialCrud(MasterDetailCrud): model = DespachoInicial