|
@@ -225,6 +225,7 @@ class ActiveAllocationMixin:
|
|
|
class InactiveAllocationMixin:
|
|
|
verbose_name_plural = 'Anciennes allocations'
|
|
|
max_num = 0
|
|
|
+ ordering = ('-start',)
|
|
|
|
|
|
def get_queryset(self, request):
|
|
|
return super().get_queryset(request).exclude(get_active_filter())
|