mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-09 00:00:59 +00:00
If the choices are put into a `set` then the order is lost. Regardless, I don't think a `set` is very useful here as this won't even deal with duplicate choice values/ids (ex. `(('1', 'one'), ('1', 'also one'))`)
|
||
|---|---|---|
| .. | ||
| static/django_select2 | ||
| __init__.py | ||
| cache.py | ||
| conf.py | ||
| forms.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||