-
Notifications
You must be signed in to change notification settings - Fork 40
/
CHANGES
86 lines (47 loc) · 1.11 KB
/
CHANGES
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=========
CHANGELOG
=========
0.7.0 (2023-07-10)
==================
- Django 4 compatibility
- Removed Django (1.11,2.2/3.0/3.1) compatibility
- Moved CI/CD to Github Actions
0.6.2 (2020-07-23)
==================
- Set default value to [] in MultiEmailField
0.6.1 (2020-02-05)
==================
- Remove six dependency
0.6.0 (2020-02-05)
==================
- Django (2.2/3.0) compatibility
0.5.1 (2017-08-11)
==================
** New **
- Czech translation (thanks @petrmifek)
** Bugfixes **
- Fix pypi release (thanks @costela)
0.5 (2016-10-28)
==================
- Django 1.10 compatibility (thanks @AGASS007)
** Drop support **
- Django < 1.8 is no longer supported
0.4 (2016-04-10)
==================
- Better Django (1.8/1.9) and Python (3.5) compatibility
0.3.1 (2014-12-18)
==================
** New **
- South is not required anymore
0.3 (2014-12-05)
==================
** New **
- Add support for Python 3 (thanks @Hanan-Natan)
- Add support for Django 1.7
0.2 (2014-04-08)
==================
** Bugfixes **
- Stupid blocking bad call
0.1 (2014-04-07)
==================
- Initial release