diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-11 17:10:43 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-11 17:10:43 +0100 |
| commit | 0373340c3f02eb22401380e643f0a698f756fb3a (patch) | |
| tree | c3bb4111f2aa2299533383650495e31ef6988998 /ishtar_common/widgets.py | |
| parent | df582ec0a708cfac96351fc4521509fef7054dbf (diff) | |
| parent | cde6d2c13a479c24b6a93929938b06c353e7c2c4 (diff) | |
| download | Ishtar-0373340c3f02eb22401380e643f0a698f756fb3a.tar.bz2 Ishtar-0373340c3f02eb22401380e643f0a698f756fb3a.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'ishtar_common/widgets.py')
| -rw-r--r-- | ishtar_common/widgets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index ddbfa91bf..020eca5af 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -61,6 +61,7 @@ class Select2Multiple(forms.SelectMultiple): return super(Select2Multiple, self).render(name, value, attrs, choices) + class CheckboxSelectMultiple(CheckboxSelectMultipleBase): """ Fix initialization bug. |
