@@ -5,7 +5,7 @@ Changelog
5
5
2.1.1 (unreleased)
6
6
------------------
7
7
8
- - Nothing changed yet.
8
+ - add row_number parameter to before_import_row(), after_import_instance() and after_import_row()
9
9
10
10
11
11
2.1.0 (2020-05-02)
@@ -46,85 +46,9 @@ Changelog
46
46
2.0 (2019-12-03)
47
47
----------------
48
48
49
- - [django2.2] Add real support of Django 2.2 before 3.0 is out (#1021)
50
-
51
- - fix: DateTimeWidget not timezone sensitive (#813) (#943)
52
-
53
- - Move actions definition to ExportActionMixin (#992)
54
-
55
- - Add language support: Turkish (#1013)
56
-
57
- - Fix exception import for Django 3 (#1010)
58
-
59
- - Fix potential header / row column mismatches for invalid rows in… (#995)
60
-
61
- - Assume user is importing new data if id fields not included (#996)
62
-
63
- - Fix bug with spaces in export filename, pass request and queryset (#980)
64
-
65
- - Simplify Django version in TravisCI (#970)
66
-
67
- - Merge pull request #966 from andrewgy8/bump-stale-bot-time
68
-
69
- - Align error in rtl mode (#954)
70
-
71
- - Add dutch translations (#951, #1024)
72
-
73
- - Add 3.8-dev to travis ci (#926)
74
-
75
- - Fix style in getting_started docs (#952)
76
-
77
- - Update documentation to show that mixins must be referenced before admin.ModelAdmin. (#946)
78
-
79
- - JSONWidget updated with null value fix (#928)
80
-
81
- - Import rows have background color (#929)
82
-
83
- - Use resource get_queryset in ModelInstanceLoader (#920)
84
-
85
- - Simplify coerce to text type (#887)
86
-
87
- - More flexibility in ConfirmImportForm, forms and resource kwargs (#893)
88
-
89
- - Add JSON B type field mapping (#904)
90
-
91
- - Scale back stale bot's time-to-stale (#918)
92
-
93
- - test: explicitly order qs in ManyToManyWidget
94
-
95
- - Add mysql to travis
96
-
97
- - Expand doc strings to include Mixin superclasses (#914)
98
-
99
- - Remove python2 compatibility decorator
100
-
101
- - chore: fix Imports are incorrectly sorted.
102
-
103
- - Use global env vars for postgres
104
-
105
- - Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing
106
-
107
- - Fix warning from assertEquals
108
-
109
- - Add psycopg2 as postgres driver to test requirements
110
-
111
- - Add django version to the matrix
112
-
113
- - Add matrix for sqlite and postgres testing
114
-
115
- - Correct mistaken assertTrue() -> assertEquals()
116
-
117
- - chore: add package long_description
118
-
119
- - chore: add python wheels to dev requirements (#890)
120
-
121
- - Add github directory with PR and issue templates
122
-
123
- - Isort all the things
124
-
125
- - Use coveralls master branch tag in the readme
126
-
127
- - Remove support for Django < 2.0 and Python < 3.5
49
+ - Removed support for Django < 2.0
50
+ - Removed support for Python < 3.5
51
+ - feat: Support for Postgres JSONb Field (#904)
128
52
129
53
1.2.0 (2019-01-10)
130
54
------------------
0 commit comments