mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-28 10:50:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| static/django_select2 | ||
| __init__.py | ||
| cache.py | ||
| conf.py | ||
| forms.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||