Pierre-Sassoulas / django-survey

A django survey app that can export results as CSV or PDF using your native language.
GNU Affero General Public License v3.0
217 stars 145 forks source link

No slugify of multiselect answers #181

Open johanneswilm opened 1 year ago

johanneswilm commented 1 year ago

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.