Commit 8b6e078
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 01f0807 commit 8b6e078
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