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