-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGES
89 lines (52 loc) · 1.38 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
87
88
89
=========
CHANGELOG
=========
2.2.0 (unreleased)
==================
- Nothing changed yet.
2.1.0 (2023-06-29)
==================
- Remove usage of removed functions in Django 4 (thanks @hagbarddenstore)
2.0.0 (2020-08-13)
==================
- Dropped support for python 2
- Dropped support for Django <2
- Moved testing to GitHub Actions and tox
1.0.1 (unreleased)
==================
- Nothing changed yet.
1.0.0 (2019-06-21)
==================
- Fix support of Django 1.11/2
0.9.1 (2016-04-13)
==================
- Fix lazy loading of translation infrastructure (#15, thanks @cemiarni).
0.9 (2015-11-12)
================
- Add support for unitless values (#13, thanks @megapctr)
0.8 (2015-10-04)
================
- Add support for Python3 (thanks @naxube)
0.7 (2015-03-13)
================
- Add Zetta and Yotta support (thanks @meteozond)
- Fix bug with big values (fixes #8, thanks @meteozond)
0.6 (2014-09-25)
================
- Add Exabytes support (thanks Matt Pritchard)
0.5 (2014-06-18)
================
- Fix template tag not support None values (fixes #4)
- Support comma notation for float values (fixes #5)
0.4 (2013-08-25)
================
- Complete refactor by @perez
0.3 (2013-06-08)
================
- South support by @meteozond
0.2 (2013-05-31)
================
- Petabytes support by @meteozond
0.1 (2011-01-04)
================
- Initial working version.