Skip to content

Fixed issue that Django migrations can't contain state and data changes

Mark Csurgay requested to merge remove-invalid-displaynames into master

Somehow this issue didn't show up after all the testing locally, but Django doesn't work well with data and db state changes in the same migration.

Merge request reports