City-of-Helsinki / wagtail-svgmap

ImageMap functionality for Wagtail through inline SVGs
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Default to DELETE_CASCADE, like django pre-2.0 #17

Closed stuaxo closed 6 years ago

stuaxo commented 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.

akx commented 6 years ago

Isn't it models.CASCADE?

stuaxo commented 6 years ago

On dear, not enough coffee :(

Will fix