mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-08 07:41:00 +00:00
Both mixins implemented almost an identical functionaly and both called super. That caused AutoHeavySelect2Mixin to call the wrong super class and executed wrong js code. |
||
|---|---|---|
| .. | ||
| static/django_select2 | ||
| templatetags | ||
| __init__.py | ||
| db_client.py | ||
| fields.py | ||
| media.py | ||
| memcache_client.py | ||
| memcache_wrapped_db_client.py | ||
| models.py | ||
| urls.py | ||
| util.py | ||
| views.py | ||
| widgets.py | ||