3 This document records all notable changes to fnpdjango.
8 - Support for Django up to 2.2.
9 - `textile` and `pipeline` dependencies are now in extras.
10 - Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
11 as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
12 - Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
13 - Added this changelog.
18 - Support for Django 1.11.
19 - Dropped support for Python 2.6, 3.2, 3.3
20 - Removed `prefix` parameter from `utilsurls.i18n_patterns`.
25 - Restored `utils.text.char_map`, removed in 0.2 with `slughifi`.
30 - Enabled `auto_link` in `utils.text.textilepl.textile_restricted_pl`.
35 - Added `utils.fields.TextfileField`.
40 - Support for Django 1.10
41 - Removed nk.pl from share icons.
47 - Fixed import for Django 1.9
52 - Fixed bad HTTP 404 in `middleware.URLLocaleMiddleware`.
57 - Test with Django up to 1.9.
62 - Removed `utils.text.slughifi`; use `python-slugify` instead.
63 - Removed deployment scripts to another package (`fnpdeploy`).
67 ## 0.1.19-1 (2014-09-01)
69 - Pinned textile version.
72 ## 0.1.19 (2014-06-09)
74 - `auth_backends.AttrCASBackend`: Save user instance only when necessary.
75 - `deploy`: Added `migrate_fake` option.
76 - `deploy`: Added root `manage.py` helper script.
79 ## 0.1.18 (2014-03-31)
81 - Added `templatetags.fnp_annoy`.
84 ## 0.1.17 (2014-03-27)
86 - Added `auth_backends.AttrCASBackend`.
89 ## 0.1.16 (2014-02-25)
91 - Added `utils.pipeline_storage.GzipPipelineCachedStorage`.
94 ## 0.1.15 (2014-02-14)
96 - Added `storage.BofhFileSystemStorage`.
99 ## 0.1.14 (2014-01-14)
101 - `deploy`: Fixed gunicorn sample upload when `django_root_path` not set.
104 ## 0.1.13 (2014-01-14)
106 - Enable styling language switcher link depending on the destination language.
109 ## 0.1.12 (2014-01-02)
111 - `deploy`: Added git hash to relase name.
114 ## 0.1.11 (2013-12-30)
117 - Minor fixes in deployment and bootstrap scripts.
120 ## 0.1.10 (2013-12-12)
122 - `deploy`: Added `skip_collect_static` option.
125 ## 0.1.9.1 (2013-12-06)
127 - Quick fix for textile.
130 ## 0.1.9 (2013-12-06)
132 - Added `templatetags.fnp_markup.textile_en` and `textile_restricted_en`.
135 ## 0.1.8 (2013-11-19)
137 - Fixed unicode check in slughifi.
138 - Fixes for deployment and bootstrap scripts.
143 - Fix packaging for `makecontribmessages` command.
146 - Added `Command` task.
147 - Added `pre_collectstatic` hook.
148 - Added `django_root_path` and `localsettings_dst_path` options.
149 - Auto-install DB requirements.
150 - Made `setup` idempotent.
151 - Upgrade `git-archive-all.sh` script.
152 - Set `SECRET_KEY` on setup.
153 - Various minor fixes.
156 ## 0.1.6 (2013-03-20)
157 - Support for Django 1.5
160 ## 0.1.5-1 (2013-02-22)
162 - Quick fix for previous page link in prevnext.
165 ## 0.1.5 (2013-02-22)
167 - Made prevnext respect current GET parameters.
168 - Added a management command for localizing contrib apps.
169 - Fixed deployment sudo problem.
172 ## 0.1.4 (2013-01-10)
174 - Added tQ function for filtering translated fields.
177 ## 0.1.3 (2013-01-09)
179 - Fixedd `get_here_url`.
180 - Nicer project starter.
181 - Fixed deployment scripts.
184 ## 0.1.2 (2012-11-30)
186 - Added app settings.
187 - Fixed deployment scripts.
191 ## 0.1.1 (2012-11-22)
193 - Added deployment scripts.