Support for Django up to 2.2. 0.4
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 3 Apr 2019 10:14:19 +0000 (12:14 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 3 Apr 2019 10:14:42 +0000 (12:14 +0200)
commitc4311d82afc1bb44566c6e612b09c4ecad1af643
tree57473697b50baf7131301903932930cc4193bba5
parent28b1d7e9f4a7008712736adce363ca2770d48aea
Support for Django up to 2.2.
`textile` and `pipeline` dependencies are now in extras.
Deprecated `utils.urls.i18n_patterns` and `middleware.URLLocaleMiddleware`,
  as Django 1.10 adds `prefix_default_language` parameter to `i18n_patterns`.
Removed `auth_backends.AttrCASBackend`; use `django-cas-ng` instead.
Added this changelog.
CHANGELOG.md [new file with mode: 0644]
fnpdjango/auth_backends.py [deleted file]
fnpdjango/middleware.py
fnpdjango/templates/fnpdjango/annoy.html
fnpdjango/templatetags/fnp_lang.py
fnpdjango/utils/urls.py
runtests.py
setup.py
tests/tests/__init__.py
tests/tests/test_templatetags_fnp_annoy.py [new file with mode: 0644]
tox.ini