-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
45 lines (29 loc) · 1.2 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Next version
============
Add compatibility with Django 4
django-select2-rocks v0.7.0 (2018-08-01)
========================================
Allow colon characters in the label representation
django-select2-rocks v0.7.0 (2018-02-28)
========================================
Add compatibility with Django 1.11 for Widget.build_attrs()
django-select2-rocks v0.6.0 (2018-01-04)
========================================
Add compatibility with Django 1.11
django-select2-rocks v0.5.0 (2017-02-10)
========================================
Add compatibility with Django 1.10
django-select2-rocks v0.4.1 (2016-09-19)
========================================
Fix clean() method of Select2ModelMultipleChoiceField: the parameter value may
be None.
django-select2-rocks v0.4 (2015-09-19)
======================================
Overrides clean() method of Select2ModelMultipleChoiceField to split values on comma.
Thanks to Yunshi Tan.
django-select2-rocks v0.3 (2015-06-09)
======================================
This release handles muli-value selected boxes.
Thanks to Loïs Burg
This new version breaks compatibility with the previous version because the
JS code of initSelection function has changed to handle new key value.