Drop i18n_patterns prefix parameter. 0.3
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Feb 2019 09:50:21 +0000 (10:50 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 15 Feb 2019 09:52:01 +0000 (10:52 +0100)
commit28b1d7e9f4a7008712736adce363ca2770d48aea
tree9f1eb6c9fdc3e8bc24147b777a835d516ff7ec5d
parente4707d78bf213a6634de0a8ad6ec0c2ebdd6de82
Drop i18n_patterns prefix parameter.
Test for Django up to 1.11.
Drop Python 2.6, 3.2, 3.3.
12 files changed:
fnpdjango/storage.py
fnpdjango/utils/urls.py
runtests.py
setup.py
tests/tests/__init__.py
tests/tests/test_middleware.py [new file with mode: 0644]
tests/tests/test_templatetags_fnp_markup.py
tests/tests/test_templatetags_macros.py [new file with mode: 0644]
tests/tests/test_utils_urls.py [new file with mode: 0644]
tests/urls.py [new file with mode: 0644]
tests/views.py [new file with mode: 0644]
tox.ini