0.4.4: Django 3.0 support, actions.export_as_csv_action added.
[fnpdjango.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to fnpdjango.
4
5 ## 0.4.4 (2020-03-26)
6
7 - Support for Django up do 3.0.
8 - Added `actions.export_as_csv_action`.
9
10
11 ## 0.4.3 (2019-10-02)
12
13 - Make textile import optional when loading template tags.
14
15
16 ## 0.4.1 (2019-09-27)
17
18 - Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise`
19   so it deconstructs nicely.
20
21
22 ## 0.4 (2019-04-03)
23
24 - Support for Django up to 2.2.
25 - `textile` and `pipeline` dependencies are now in extras.
26 - Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
27   as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
28 - Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
29 - Added this changelog.
30
31
32 ## 0.3 (2019-02-15)
33
34 - Support for Django 1.11.
35 - Dropped support for Python 2.6, 3.2, 3.3
36 - Removed `prefix` parameter from `utilsurls.i18n_patterns`.
37
38
39 ## 0.2.8 (2018-07-10)
40
41 - Restored `utils.text.char_map`, removed in 0.2 with `slughifi`.
42
43
44 ## 0.2.7 (2018-01-22)
45
46 - Enabled `auto_link` in `utils.text.textilepl.textile_restricted_pl`.
47
48
49 ## 0.2.6 (2017-07-25)
50
51 - Added `utils.fields.TextfileField`.
52
53
54 ## 0.2.4 (2017-04-05)
55
56 - Support for Django 1.10
57 - Removed nk.pl from share icons.
58 - Updated textile.
59
60
61 ## 0.2.3 (2017-02-14)
62
63 - Fixed import for Django 1.9
64
65
66 ## 0.2.2 (2016-11-08)
67
68 - Fixed bad HTTP 404 in `middleware.URLLocaleMiddleware`.
69
70
71 ## 0.2.1 (2016-01-04)
72
73 - Test with Django up to 1.9.
74
75
76 ## 0.2 (2014-09-30)
77
78 - Removed `utils.text.slughifi`; use `python-slugify` instead.
79 - Removed deployment scripts to another package (`fnpdeploy`).
80 - Added tests.
81
82
83 ## 0.1.19-1 (2014-09-01)
84
85 - Pinned textile version.
86
87
88 ## 0.1.19 (2014-06-09)
89
90 - `auth_backends.AttrCASBackend`: Save user instance only when necessary.
91 - `deploy`: Added `migrate_fake` option.
92 - `deploy`: Added root `manage.py` helper script.
93
94
95 ## 0.1.18 (2014-03-31)
96
97 - Added `templatetags.fnp_annoy`.
98
99
100 ## 0.1.17 (2014-03-27)
101
102 - Added `auth_backends.AttrCASBackend`.
103
104
105 ## 0.1.16 (2014-02-25)
106
107 - Added `utils.pipeline_storage.GzipPipelineCachedStorage`.
108
109
110 ## 0.1.15 (2014-02-14)
111
112 - Added `storage.BofhFileSystemStorage`.
113
114
115 ## 0.1.14 (2014-01-14)
116
117 - `deploy`: Fixed gunicorn sample upload when `django_root_path` not set.
118
119
120 ## 0.1.13 (2014-01-14)
121
122 - Enable styling language switcher link depending on the destination language.
123
124
125 ## 0.1.12 (2014-01-02)
126
127 - `deploy`: Added git hash to relase name.
128
129
130 ## 0.1.11 (2013-12-30)
131
132 - Support Django 1.6
133 - Minor fixes in deployment and bootstrap scripts.
134
135
136 ## 0.1.10 (2013-12-12)
137
138 - `deploy`: Added `skip_collect_static` option.
139
140
141 ## 0.1.9.1 (2013-12-06)
142
143 - Quick fix for textile.
144
145
146 ## 0.1.9 (2013-12-06)
147
148 - Added `templatetags.fnp_markup.textile_en` and `textile_restricted_en`.
149
150
151 ## 0.1.8 (2013-11-19)
152
153 - Fixed unicode check in slughifi.
154 - Fixes for deployment and bootstrap scripts.
155
156
157 # 0.1.7 (2013-07-04)
158
159 - Fix packaging for `makecontribmessages` command.
160
161 Changes in `deploy`:
162 - Added `Command` task.
163 - Added `pre_collectstatic` hook.
164 - Added `django_root_path` and `localsettings_dst_path` options.
165 - Auto-install DB requirements.
166 - Made `setup` idempotent.
167 - Upgrade `git-archive-all.sh` script.
168 - Set `SECRET_KEY` on setup.
169 - Various minor fixes.
170
171
172 ## 0.1.6 (2013-03-20)
173 - Support for Django 1.5
174
175
176 ## 0.1.5-1 (2013-02-22)
177
178 - Quick fix for previous page link in prevnext.
179
180
181 ## 0.1.5 (2013-02-22)
182
183 - Made prevnext respect current GET parameters.
184 - Added a management command for localizing contrib apps.
185 - Fixed deployment sudo problem.
186
187
188 ## 0.1.4 (2013-01-10)
189
190 - Added tQ function for filtering translated fields.
191
192
193 ## 0.1.3 (2013-01-09)
194
195 - Fixedd `get_here_url`.
196 - Nicer project starter.
197 - Fixed deployment scripts.
198
199
200 ## 0.1.2 (2012-11-30)
201
202 - Added app settings.
203 - Fixed deployment scripts.
204 - Minor fixes.
205
206
207 ## 0.1.1 (2012-11-22)
208
209 - Added deployment scripts.
210 - Minor fixes.
211
212
213 ## 0.1 (2012-11-05)
214
215 - Initial release.