--- a/ProjectDjango/Project.py Thu Dec 30 11:20:00 2021 +0100 +++ b/ProjectDjango/Project.py Thu Dec 30 11:58:36 2021 +0100 @@ -2447,7 +2447,7 @@ """ Private slot to revert all migrations of an application. """ - apps = list(sorted(self.__getMigrations().keys())) + apps = sorted(self.__getMigrations().keys()) if not apps: EricMessageBox.information( None,