AUTHORS
CHANGELOG
LICENSE
MANIFEST.in
README.rst
VERSION
pytest.ini
requirements-base.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/django_deprecation_timeline_notes.rst
src/conftest.py
src/django_compat_patcher/__init__.py
src/django_compat_patcher/config.py
src/django_compat_patcher/default_settings.py
src/django_compat_patcher/deprecation.py
src/django_compat_patcher/registry.py
src/django_compat_patcher/runner.py
src/django_compat_patcher/utilities.py
src/django_compat_patcher.egg-info/PKG-INFO
src/django_compat_patcher.egg-info/SOURCES.txt
src/django_compat_patcher.egg-info/dependency_links.txt
src/django_compat_patcher.egg-info/requires.txt
src/django_compat_patcher.egg-info/top_level.txt
src/django_compat_patcher/django_legacy/__init__.py
src/django_compat_patcher/django_legacy/django1_10/__init__.py
src/django_compat_patcher/django_legacy/django1_10/template/__init__.py
src/django_compat_patcher/django_legacy/django1_10/template/defaulttags.py
src/django_compat_patcher/django_legacy/django1_10/templatetags/__init__.py
src/django_compat_patcher/django_legacy/django1_10/templatetags/future.py
src/django_compat_patcher/django_legacy/django1_9/__init__.py
src/django_compat_patcher/django_legacy/django1_9/datastructures.py
src/django_compat_patcher/django_legacy/django1_9/utils/__init__.py
src/django_compat_patcher/django_legacy/django1_9/utils/dictconfig.py
src/django_compat_patcher/django_legacy/django1_9/utils/functional.py
src/django_compat_patcher/django_legacy/django1_9/utils/importlib.py
src/django_compat_patcher/django_legacy/django1_9/utils/tzinfo.py
src/django_compat_patcher/django_legacy/django1_9/utils/unittest.py
src/django_compat_patcher/django_legacy/django2_0/__init__.py
src/django_compat_patcher/django_legacy/django2_0/utils/__init__.py
src/django_compat_patcher/django_legacy/django2_0/utils/deprecation.py
src/django_compat_patcher/django_legacy/django2_0/views/__init__.py
src/django_compat_patcher/django_legacy/django2_0/views/i18n.py
src/django_compat_patcher/django_legacy/django3_0/__init__.py
src/django_compat_patcher/django_legacy/django3_0/lru_cache.py
src/django_compat_patcher/fixers/__init__.py
src/django_compat_patcher/fixers/django1_10.py
src/django_compat_patcher/fixers/django1_11.py
src/django_compat_patcher/fixers/django1_6.py
src/django_compat_patcher/fixers/django1_7.py
src/django_compat_patcher/fixers/django1_8.py
src/django_compat_patcher/fixers/django1_9.py
src/django_compat_patcher/fixers/django2_0.py
src/django_compat_patcher/fixers/django2_1.py
src/django_compat_patcher/fixers/django2_2.py
src/django_compat_patcher/fixers/django3_0.py
src/django_compat_patcher/fixers/django3_1.py
tests/_test_utilities.py
tests/check_behaviour_with_environment_variables.py
tests/check_behaviour_with_minimal_settings.py
tests/conftest.py
tests/manage.py
tests/test_django1_10_fixers.py
tests/test_django1_11_fixers.py
tests/test_django1_6_fixers.py
tests/test_django1_8_fixers.py
tests/test_django1_9_fixers.py
tests/test_django2_0_fixers.py
tests/test_django2_1_fixers.py
tests/test_django2_2_fixers.py
tests/test_django3_0_fixers.py
tests/test_django3_1_fixers.py
tests/test_scaffolding.py
tests/django_legacy/test_django1_9.py
tests/test_project/__init__.py
tests/test_project/minimal_settings.py
tests/test_project/models.py
tests/test_project/settings.py
tests/test_project/urls.py
tests/test_project/utilities.py
tests/test_project/views.py
tests/test_project/wsgi.py
tests/test_project/management/__init__.py
tests/test_project/management/commands/__init__.py
tests/test_project/management/commands/optparse_cmd.py
tests/test_project/templates/example_template.html
tests/test_project/templates/core_tags/test_defaulttags_ssi.html
tests/test_project/templates/core_tags/test_defaulttags_url.html
tests/test_project/templates/core_tags/test_future_cycle_and_firstof.html
tests/test_project/templates/core_tags/test_future_ssi.html
tests/test_project/templates/core_tags/test_future_url.html
tests/test_project/templates/core_tags/test_smartif_operators.html