ProjectDjango/DjangoSquashMigrationSelectionDialog.py

branch
eric7
changeset 192
a4b66a1acea6
parent 191
7b03dfe583e3
child 197
2667e16a3379
equal deleted inserted replaced
191:7b03dfe583e3 192:a4b66a1acea6
82 else: 82 else:
83 combo.addItem(migration) 83 combo.addItem(migration)
84 self.__updateOkButton() 84 self.__updateOkButton()
85 85
86 @pyqtSlot(str) 86 @pyqtSlot(str)
87 def on_endMigrationComboBox_activated(self, migration): 87 def on_endMigrationComboBox_activated(self, migration): # noqa: U100
88 """ 88 """
89 Private slot handling the selection of a migration. 89 Private slot handling the selection of a migration.
90 90
91 @param migration name of the selected migration 91 @param migration name of the selected migration
92 @type str 92 @type str

eric ide

mercurial