3 This document records all notable changes to fnpdjango.
7 - Support for Django up do 3.0.
8 - Added `actions.export_as_csv_action`.
13 - Make textile import optional when loading template tags.
18 - Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise`
19 so it deconstructs nicely.
24 - Support for Django up to 2.2.
25 - `textile` and `pipeline` dependencies are now in extras.
26 - Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
27 as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
28 - Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
29 - Added this changelog.
34 - Support for Django 1.11.
35 - Dropped support for Python 2.6, 3.2, 3.3
36 - Removed `prefix` parameter from `utilsurls.i18n_patterns`.
41 - Restored `utils.text.char_map`, removed in 0.2 with `slughifi`.
46 - Enabled `auto_link` in `utils.text.textilepl.textile_restricted_pl`.
51 - Added `utils.fields.TextfileField`.
56 - Support for Django 1.10
57 - Removed nk.pl from share icons.
63 - Fixed import for Django 1.9
68 - Fixed bad HTTP 404 in `middleware.URLLocaleMiddleware`.
73 - Test with Django up to 1.9.
78 - Removed `utils.text.slughifi`; use `python-slugify` instead.
79 - Removed deployment scripts to another package (`fnpdeploy`).
83 ## 0.1.19-1 (2014-09-01)
85 - Pinned textile version.
88 ## 0.1.19 (2014-06-09)
90 - `auth_backends.AttrCASBackend`: Save user instance only when necessary.
91 - `deploy`: Added `migrate_fake` option.
92 - `deploy`: Added root `manage.py` helper script.
95 ## 0.1.18 (2014-03-31)
97 - Added `templatetags.fnp_annoy`.
100 ## 0.1.17 (2014-03-27)
102 - Added `auth_backends.AttrCASBackend`.
105 ## 0.1.16 (2014-02-25)
107 - Added `utils.pipeline_storage.GzipPipelineCachedStorage`.
110 ## 0.1.15 (2014-02-14)
112 - Added `storage.BofhFileSystemStorage`.
115 ## 0.1.14 (2014-01-14)
117 - `deploy`: Fixed gunicorn sample upload when `django_root_path` not set.
120 ## 0.1.13 (2014-01-14)
122 - Enable styling language switcher link depending on the destination language.
125 ## 0.1.12 (2014-01-02)
127 - `deploy`: Added git hash to relase name.
130 ## 0.1.11 (2013-12-30)
133 - Minor fixes in deployment and bootstrap scripts.
136 ## 0.1.10 (2013-12-12)
138 - `deploy`: Added `skip_collect_static` option.
141 ## 0.1.9.1 (2013-12-06)
143 - Quick fix for textile.
146 ## 0.1.9 (2013-12-06)
148 - Added `templatetags.fnp_markup.textile_en` and `textile_restricted_en`.
151 ## 0.1.8 (2013-11-19)
153 - Fixed unicode check in slughifi.
154 - Fixes for deployment and bootstrap scripts.
159 - Fix packaging for `makecontribmessages` command.
162 - Added `Command` task.
163 - Added `pre_collectstatic` hook.
164 - Added `django_root_path` and `localsettings_dst_path` options.
165 - Auto-install DB requirements.
166 - Made `setup` idempotent.
167 - Upgrade `git-archive-all.sh` script.
168 - Set `SECRET_KEY` on setup.
169 - Various minor fixes.
172 ## 0.1.6 (2013-03-20)
173 - Support for Django 1.5
176 ## 0.1.5-1 (2013-02-22)
178 - Quick fix for previous page link in prevnext.
181 ## 0.1.5 (2013-02-22)
183 - Made prevnext respect current GET parameters.
184 - Added a management command for localizing contrib apps.
185 - Fixed deployment sudo problem.
188 ## 0.1.4 (2013-01-10)
190 - Added tQ function for filtering translated fields.
193 ## 0.1.3 (2013-01-09)
195 - Fixedd `get_here_url`.
196 - Nicer project starter.
197 - Fixed deployment scripts.
200 ## 0.1.2 (2012-11-30)
202 - Added app settings.
203 - Fixed deployment scripts.
207 ## 0.1.1 (2012-11-22)
209 - Added deployment scripts.