-
Notifications
You must be signed in to change notification settings - Fork 82
/
Changelog
62 lines (42 loc) · 1.65 KB
/
Changelog
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
pytils (0.4dev)
* Fix support Django 3.2, 4
* Remove support Django 1, 2
* Fix test and dependency
-- Artem Shkapov <[email protected]> Thu, 16 Feb 2022
pytils (0.3)
* Add typography
* License updated to MIT
* Remove support for old non-unicode Django
* Remove dependency of redudant type checks
-- Yury Yurevich <[email protected]> Thu, 22 Aug 2013 24:10:06 -0700
pytils (0.2.3)
* Add support for Django unicode branch (#27)
* Make pytils.test to be optional package, not required (#26)
* Make checks of input parameters by decorators (#18)
* Python-2.3 is not supported now (decorators are used)
* Add custom exception pytils.err.InputParameterError, inherited from TypeError
-- Yury Yurevich <[email protected]> Fri, 15 Aug 2008 20:45:12 +0700
pytils (0.2.2)
* fix zeros in dates (#24)
* add 'preposition' option to dt.ru_strftime (#23)
* fix bugs (#20, #22, #25)
* add get_plural to pytils.numeral (#19)
* add escaping in variants (#21)
-- Yury Yurevich <[email protected]> Thu, 12 Jul 2007 17:31:12 +0700
pytils (0.2.1)
* fix bugs (#10, #14, #15)
* improve gender manipulation in numeral (issue#13)
* add GPL header
* add unit-tests for templatetags
-- Yury Yurevich <[email protected]> Tue, 27 Feb 2007 21:08:31 +0600
pytils (0.2.0)
* integration with Django (templatetags)
* examples for Django and TurboGears
* remove asserts
* add datatime.datetime type for distance_of_time_in_words
* improve docs
* make eggs
-- Yury Yurevich <[email protected]> Sun, 29 Oct 2006 23:30:17 +0600
pytils (0.1.0)
* initial release
-- Yury Yurevich <[email protected]> Sat, 2 Sep 2006 22:52:37 +0600