.coveragerc
.editorconfig
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
manage.py
release.sh
requirements-dev.txt
requirements-test.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/api/activator.rst
docs/api/bundle.rst
docs/api/index.rst
src/django_ftl/__init__.py
src/django_ftl/apps.py
src/django_ftl/autoreload.py
src/django_ftl/bundles.py
src/django_ftl/conf.py
src/django_ftl/middleware.py
src/django_ftl/models.py
src/django_ftl/utils.py
src/django_ftl.egg-info/PKG-INFO
src/django_ftl.egg-info/SOURCES.txt
src/django_ftl.egg-info/dependency_links.txt
src/django_ftl.egg-info/not-zip-safe
src/django_ftl.egg-info/requires.txt
src/django_ftl.egg-info/top_level.txt
src/django_ftl/templatetags/__init__.py
src/django_ftl/templatetags/ftl.py
tests/__init__.py
tests/allow_module_level_format_lazy.py
tests/base.py
tests/ftl_bundles.py
tests/prevent_module_level_format.py
tests/settings.py
tests/test_bundle.py
tests/test_docs.py
tests/test_escaping.py
tests/test_middleware.py
tests/test_settings.py
tests/test_templatetags.py
tests/urls.py
tests/locales/en/tests/docs.ftl
tests/locales/en/tests/escaping.ftl
tests/locales/en/tests/main.ftl
tests/locales/en/tests/only_in_en.ftl
tests/locales/en/tests/other.ftl
tests/locales/en/tests/simple_view.ftl
tests/locales/fr-FR/tests/main.ftl
tests/locales/tr/tests/main.ftl
tests/locales/tr/tests/other.ftl
tests/locales/tr/tests/simple_view.ftl
tests/templates/tests/simple_view.html