-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGES.txt
More file actions
28 lines (16 loc) · 718 Bytes
/
CHANGES.txt
File metadata and controls
28 lines (16 loc) · 718 Bytes
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
- 2018-09-02:
- Forked to add Bootstrap 4 support by @gwasser
- 2015-03-09:
- Fix unit test fail with Django 1.7 @nikolas
- Performance improvement by @theSage21 @stephane
- Some bugfixes and improvements by @nikolas @zauddelig @bulv1ne
- 2013-12-06:
- Fixed problem with inputs of type file, that were displayed inside an input text element
- Added support for Django Form `required_css_class` and `error_css_class`
- Added CSS class `multiple-checkbox`, to be used to easily hide `<li>`
contributed by `caumons <https://github.com/caumons>`_
- 2013-8-27:
Add support for Bootstrap 3
contributed by `Nivl <https://github.com/Nivl>`_
- 2013-5-7:
Add `radio` support for ChoiceField