Commit bc5f72b
committed
fix(controller): rename destroy() to delete() and call its super()
To ensure that we destroy containers and fleet jobs when deleting an
app, do so in the Django model method delete(), not the REST API-ish
destroy() which was not connected to anything.1 parent df5aa92 commit bc5f72b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments