-
Notifications
You must be signed in to change notification settings - Fork 39
/
CHANGES.txt
75 lines (46 loc) · 1.12 KB
/
CHANGES.txt
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
Changelog
=========
0.3.1
-----
Date: 2015-07-09
- Fix compatibility issues with django < 1.7 (thanks to @themaxxx)
0.3.0
-----
Date: 2015-06-28
- Bugfix related to south default value (thanks to @sibartlett)
- Bugfix related to mutable default value.
- Add the ability to overwrite the json encoder (thanks to @davidfischer-ch)
- Add the ability to pass options to json.dumps (thanks to @catherinedevlin)
0.2.3
-----
Date: 2015-03-02
- Bugfixes related to _at_name lookup (thanks to @lanzz)
- Bugfixes related to __isnull lookup (thanks to @lanzz)
0.2.2
-----
- Add again proper string handling.
- Add proper fix for migrations support providing
own get_default function instead of use the default
implementation.
0.2.1
-----
- Fix wrong behavior with default values and django migrations
removing support for string handling.
0.2.0
-----
Date: 2014-09-13
- Add array_length lookup.
- Add jsonb support (by @cpbotha).
0.1.2
-----
Date: 2014-04-19
- Add django 1.7 key/index lookup
- Add full json types support.
0.1.1
-----
Date: 2014-04-18
- Fix south support
0.1.0
-----
Date: 2014-04-18
- Initial version