5.8.4
When Django was parsing the separator attribute, it was comming with 'u' char from unicode. So the trick was to put the value in a String. Solved https://github.com/applegrew/django-select2/issues/238 Closes #268
When Django was parsing the separator attribute, it was comming with 'u' char from unicode. So the trick was to put the value in a String. Solved https://github.com/applegrew/django-select2/issues/238 Closes #268