3 This document records all notable changes to fnpdjango.
7 - Testing for Django up to 4.2.
11 - Support for Django up to 4.0.
12 - Drop support for Django 1.11.
17 - Support for Django up to 3.2.
18 - Dropped support for Django < 1.11 and Python < 3.6.
19 - GzipPipelineCachedStorage replaced by GzipPipelineManifestStorage
20 - Removed `utils.urls.i18n_patterns` and `URLLocaleMiddleware` in favor
21 of stock `i18n_patterns(prefix_default_language=False) and
27 - Support for Django up do 3.0.
28 - Added `actions.export_as_csv_action`.
33 - Make textile import optional when loading template tags.
38 - Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise`
39 so it deconstructs nicely.
44 - Support for Django up to 2.2.
45 - `textile` and `pipeline` dependencies are now in extras.
46 - Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
47 as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
48 - Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
49 - Added this changelog.
54 - Support for Django 1.11.
55 - Dropped support for Python 2.6, 3.2, 3.3
56 - Removed `prefix` parameter from `utilsurls.i18n_patterns`.
61 - Restored `utils.text.char_map`, removed in 0.2 with `slughifi`.
66 - Enabled `auto_link` in `utils.text.textilepl.textile_restricted_pl`.
71 - Added `utils.fields.TextfileField`.
76 - Support for Django 1.10
77 - Removed nk.pl from share icons.
83 - Fixed import for Django 1.9
88 - Fixed bad HTTP 404 in `middleware.URLLocaleMiddleware`.
93 - Test with Django up to 1.9.
98 - Removed `utils.text.slughifi`; use `python-slugify` instead.
99 - Removed deployment scripts to another package (`fnpdeploy`).
103 ## 0.1.19-1 (2014-09-01)
105 - Pinned textile version.
108 ## 0.1.19 (2014-06-09)
110 - `auth_backends.AttrCASBackend`: Save user instance only when necessary.
111 - `deploy`: Added `migrate_fake` option.
112 - `deploy`: Added root `manage.py` helper script.
115 ## 0.1.18 (2014-03-31)
117 - Added `templatetags.fnp_annoy`.
120 ## 0.1.17 (2014-03-27)
122 - Added `auth_backends.AttrCASBackend`.
125 ## 0.1.16 (2014-02-25)
127 - Added `utils.pipeline_storage.GzipPipelineCachedStorage`.
130 ## 0.1.15 (2014-02-14)
132 - Added `storage.BofhFileSystemStorage`.
135 ## 0.1.14 (2014-01-14)
137 - `deploy`: Fixed gunicorn sample upload when `django_root_path` not set.
140 ## 0.1.13 (2014-01-14)
142 - Enable styling language switcher link depending on the destination language.
145 ## 0.1.12 (2014-01-02)
147 - `deploy`: Added git hash to relase name.
150 ## 0.1.11 (2013-12-30)
153 - Minor fixes in deployment and bootstrap scripts.
156 ## 0.1.10 (2013-12-12)
158 - `deploy`: Added `skip_collect_static` option.
161 ## 0.1.9.1 (2013-12-06)
163 - Quick fix for textile.
166 ## 0.1.9 (2013-12-06)
168 - Added `templatetags.fnp_markup.textile_en` and `textile_restricted_en`.
171 ## 0.1.8 (2013-11-19)
173 - Fixed unicode check in slughifi.
174 - Fixes for deployment and bootstrap scripts.
179 - Fix packaging for `makecontribmessages` command.
182 - Added `Command` task.
183 - Added `pre_collectstatic` hook.
184 - Added `django_root_path` and `localsettings_dst_path` options.
185 - Auto-install DB requirements.
186 - Made `setup` idempotent.
187 - Upgrade `git-archive-all.sh` script.
188 - Set `SECRET_KEY` on setup.
189 - Various minor fixes.
192 ## 0.1.6 (2013-03-20)
193 - Support for Django 1.5
196 ## 0.1.5-1 (2013-02-22)
198 - Quick fix for previous page link in prevnext.
201 ## 0.1.5 (2013-02-22)
203 - Made prevnext respect current GET parameters.
204 - Added a management command for localizing contrib apps.
205 - Fixed deployment sudo problem.
208 ## 0.1.4 (2013-01-10)
210 - Added tQ function for filtering translated fields.
213 ## 0.1.3 (2013-01-09)
215 - Fixedd `get_here_url`.
216 - Nicer project starter.
217 - Fixed deployment scripts.
220 ## 0.1.2 (2012-11-30)
222 - Added app settings.
223 - Fixed deployment scripts.
227 ## 0.1.1 (2012-11-22)
229 - Added deployment scripts.