forked from fle/django-multi-email-field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
61 lines (33 loc) · 767 Bytes
/
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
=========
CHANGELOG
=========
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