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