Closed stuaxo closed 6 years ago
Looks like I made a booboo in my initial wagtail 2 patch.
Django pre 2.0 model behaviour is equivalent to DELETE_CASCADE not SET_NULL
Use CASCADE instead of NULL.
Isn't it models.CASCADE?
models.CASCADE
On dear, not enough coffee :(
Will fix
Looks like I made a booboo in my initial wagtail 2 patch.
Django pre 2.0 model behaviour is equivalent to DELETE_CASCADE not SET_NULL
Use CASCADE instead of NULL.