Fixes #15891: Ensure deterministic ordering for scripts & reports

This commit is contained in:
Jeremy Stretch
2024-05-01 09:31:33 -04:00
parent d256c04d9c
commit a2efec09be
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@ class ScriptModule(PythonModuleMixin, JobsMixin, ManagedFile):
class Meta:
proxy = True
ordering = ('file_root', 'file_path')
verbose_name = _('script module')
verbose_name_plural = _('script modules')