django-select2/django_select2
Ben Cail 91dad724fb Adds render_inner_js_code to HeavySelect2TagWidget
Add a test for HeavyModelSelect2TagField in the testapp.
The labels for selected options aren't displayed correctly in the test.
I updated HeavySelect2TagWidget to override render_inner_js_code, and now it seems to work properly.

Closes #133

Squashed commit of the following:

commit 94895a8743b0c4ebdf888da08827486106a5b15d
Author: Ben Cail <benjamin_cail@brown.edu>
Date:   Tue Nov 18 15:11:24 2014 -0500

    use view name instead of hard-coded url

commit fb9e1444ed73f2c8bad071182e8919dbf4f6bfe6
Author: Ben Cail <benjamin_cail@brown.edu>
Date:   Mon Nov 17 14:31:50 2014 -0500

    override render_inner_js_code in HeavySelect2TagWidget (similar to AutoHeavySelect2Mixin)

commit feff9c2a76474121aa2ff9c9b98a4f7dbfb0ab49
Author: Ben Cail <benjamin_cail@brown.edu>
Date:   Mon Nov 17 14:21:29 2014 -0500

    add test for HeavyModelSelect2TagField
2015-02-24 10:15:13 +01:00
..
static Add django_select2 to the global space. 2014-09-11 22:55:04 +02:00
templatetags v3.3.1 commit 2013-03-13 00:29:02 +05:30
__init__.py update capitalization of proper nouns 2013-11-19 19:09:19 -06:00
db_client.py * Multi-process support. * Updated Select2 to 3.3.1. 2013-03-02 11:25:00 +05:30
fields.py removed unnecessary db request 2014-10-07 18:01:49 +06:00
memcache_client.py * Multi-process support. * Updated Select2 to 3.3.1. 2013-03-02 11:25:00 +05:30
memcache_wrapped_db_client.py * Multi-process support. * Updated Select2 to 3.3.1. 2013-03-02 11:25:00 +05:30
models.py * Multi-process support. * Updated Select2 to 3.3.1. 2013-03-02 11:25:00 +05:30
urls.py Do not import urls defaults 2013-03-27 12:14:45 +08:00
util.py Support dynamic inline formsets w/ select2 fields. 2014-09-11 22:58:17 +02:00
views.py Fix another typo 2014-06-09 18:15:31 -03:00
widgets.py Adds render_inner_js_code to HeavySelect2TagWidget 2015-02-24 10:15:13 +01:00