django-select2/django_select2
Johannes Hoppe cc9ded6fdc Fixed #103 -- Fixed inheritance issue
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.
2015-04-10 11:10:42 +02:00
..
static/django_select2 Resolved #83 -- Refactored widget Media 2015-04-02 18:44:23 +02:00
templatetags Fixed import order 2015-04-02 18:54:08 +02:00
__init__.py Code cleanup -- Added pep8 tests for package. 2015-03-30 10:19:37 +02:00
db_client.py Code cleanup -- Added pep8 tests for package. 2015-03-30 10:19:37 +02:00
fields.py Added six for metaclasses 2015-04-10 10:15:20 +02:00
media.py Fixed import order 2015-04-02 18:54:08 +02:00
memcache_client.py Added six types and fixed setup 2015-03-31 10:22:03 +02:00
memcache_wrapped_db_client.py relative import fix 2015-04-06 15:58:42 +03:00
models.py django1.8 compatibility issues 2015-04-06 16:31:23 +03:00
urls.py Code cleanup -- Added pep8 tests for package. 2015-03-30 10:19:37 +02:00
util.py relative import fix 2015-04-06 15:58:42 +03:00
views.py Removed method check because it done by dispatch 2015-04-10 10:16:01 +02:00
widgets.py Fixed #103 -- Fixed inheritance issue 2015-04-10 11:10:42 +02:00