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