3 This document records all notable changes to fnpdjango.
7 - Support for Django up to 4.0.
8 - Drop support for Django 1.11.
13 - Support for Django up to 3.2.
14 - Dropped support for Django < 1.11 and Python < 3.6.
15 - GzipPipelineCachedStorage replaced by GzipPipelineManifestStorage
16 - Removed `utils.urls.i18n_patterns` and `URLLocaleMiddleware` in favor
17 of stock `i18n_patterns(prefix_default_language=False) and
23 - Support for Django up do 3.0.
24 - Added `actions.export_as_csv_action`.
29 - Make textile import optional when loading template tags.
34 - Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise`
35 so it deconstructs nicely.
40 - Support for Django up to 2.2.
41 - `textile` and `pipeline` dependencies are now in extras.
42 - Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
43 as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
44 - Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
45 - Added this changelog.
50 - Support for Django 1.11.
51 - Dropped support for Python 2.6, 3.2, 3.3
52 - Removed `prefix` parameter from `utilsurls.i18n_patterns`.
57 - Restored `utils.text.char_map`, removed in 0.2 with `slughifi`.
62 - Enabled `auto_link` in `utils.text.textilepl.textile_restricted_pl`.
67 - Added `utils.fields.TextfileField`.
72 - Support for Django 1.10
73 - Removed nk.pl from share icons.
79 - Fixed import for Django 1.9
84 - Fixed bad HTTP 404 in `middleware.URLLocaleMiddleware`.
89 - Test with Django up to 1.9.
94 - Removed `utils.text.slughifi`; use `python-slugify` instead.
95 - Removed deployment scripts to another package (`fnpdeploy`).
99 ## 0.1.19-1 (2014-09-01)
101 - Pinned textile version.
104 ## 0.1.19 (2014-06-09)
106 - `auth_backends.AttrCASBackend`: Save user instance only when necessary.
107 - `deploy`: Added `migrate_fake` option.
108 - `deploy`: Added root `manage.py` helper script.
111 ## 0.1.18 (2014-03-31)
113 - Added `templatetags.fnp_annoy`.
116 ## 0.1.17 (2014-03-27)
118 - Added `auth_backends.AttrCASBackend`.
121 ## 0.1.16 (2014-02-25)
123 - Added `utils.pipeline_storage.GzipPipelineCachedStorage`.
126 ## 0.1.15 (2014-02-14)
128 - Added `storage.BofhFileSystemStorage`.
131 ## 0.1.14 (2014-01-14)
133 - `deploy`: Fixed gunicorn sample upload when `django_root_path` not set.
136 ## 0.1.13 (2014-01-14)
138 - Enable styling language switcher link depending on the destination language.
141 ## 0.1.12 (2014-01-02)
143 - `deploy`: Added git hash to relase name.
146 ## 0.1.11 (2013-12-30)
149 - Minor fixes in deployment and bootstrap scripts.
152 ## 0.1.10 (2013-12-12)
154 - `deploy`: Added `skip_collect_static` option.
157 ## 0.1.9.1 (2013-12-06)
159 - Quick fix for textile.
162 ## 0.1.9 (2013-12-06)
164 - Added `templatetags.fnp_markup.textile_en` and `textile_restricted_en`.
167 ## 0.1.8 (2013-11-19)
169 - Fixed unicode check in slughifi.
170 - Fixes for deployment and bootstrap scripts.
175 - Fix packaging for `makecontribmessages` command.
178 - Added `Command` task.
179 - Added `pre_collectstatic` hook.
180 - Added `django_root_path` and `localsettings_dst_path` options.
181 - Auto-install DB requirements.
182 - Made `setup` idempotent.
183 - Upgrade `git-archive-all.sh` script.
184 - Set `SECRET_KEY` on setup.
185 - Various minor fixes.
188 ## 0.1.6 (2013-03-20)
189 - Support for Django 1.5
192 ## 0.1.5-1 (2013-02-22)
194 - Quick fix for previous page link in prevnext.
197 ## 0.1.5 (2013-02-22)
199 - Made prevnext respect current GET parameters.
200 - Added a management command for localizing contrib apps.
201 - Fixed deployment sudo problem.
204 ## 0.1.4 (2013-01-10)
206 - Added tQ function for filtering translated fields.
209 ## 0.1.3 (2013-01-09)
211 - Fixedd `get_here_url`.
212 - Nicer project starter.
213 - Fixed deployment scripts.
216 ## 0.1.2 (2012-11-30)
218 - Added app settings.
219 - Fixed deployment scripts.
223 ## 0.1.1 (2012-11-22)
225 - Added deployment scripts.