ProjectDjango/DjangoSquashMigrationSelectionDialog.py

branch
eric7
changeset 204
ef2a6680ad2a
parent 199
5dfb03b8ee4c
equal deleted inserted replaced
203:07abb6af9048 204:ef2a6680ad2a
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_currentTextChanged(self, migration): # noqa: U100 87 def on_endMigrationComboBox_currentTextChanged(self, migration): # noqa: U-100
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