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