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