Silence the UnorderedObjectListWarning warning for the workflow app.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-13 15:25:36 -04:00
committed by Roberto Rosario
parent 0a480066df
commit f3c5391d54

View File

@@ -420,6 +420,7 @@ class WorkflowInstance(models.Model):
return WorkflowTransition.objects.none()
class Meta:
ordering = ('workflow',)
unique_together = ('document', 'workflow')
verbose_name = _('Workflow instance')
verbose_name_plural = _('Workflow instances')