django-survey
django-survey copied to clipboard
No slugify of multiselect answers
Remove slugify.
This PR builds on top of https://github.com/Pierre-Sassoulas/django-survey/pull/180 and removes the slugification of answers to multiselect questions. Without this applied, it's not possible to dumpdata/loaddata of pre-existing user data.