AUTHORS
CHANGELOG
LICENSE
MANIFEST.in
README.rst
VERSION
setup.py
django_compat_patcher/__init__.py
django_compat_patcher/default_settings.py
django_compat_patcher/deprecation.py
django_compat_patcher/import_proxifier.py
django_compat_patcher/patcher.py
django_compat_patcher/registry.py
django_compat_patcher/utilities.py
django_compat_patcher.egg-info/PKG-INFO
django_compat_patcher.egg-info/SOURCES.txt
django_compat_patcher.egg-info/dependency_links.txt
django_compat_patcher.egg-info/top_level.txt
django_compat_patcher/django_legacy/__init__.py
django_compat_patcher/django_legacy/django1_10/__init__.py
django_compat_patcher/django_legacy/django1_10/template/__init__.py
django_compat_patcher/django_legacy/django1_10/template/defaulttags.py
django_compat_patcher/django_legacy/django1_10/templatetags/__init__.py
django_compat_patcher/django_legacy/django1_10/templatetags/future.py
django_compat_patcher/django_legacy/django1_9/__init__.py
django_compat_patcher/django_legacy/django1_9/datastructures.py
django_compat_patcher/django_legacy/django1_9/utils/__init__.py
django_compat_patcher/django_legacy/django1_9/utils/dictconfig.py
django_compat_patcher/django_legacy/django1_9/utils/functional.py
django_compat_patcher/django_legacy/django1_9/utils/importlib.py
django_compat_patcher/django_legacy/django1_9/utils/tzinfo.py
django_compat_patcher/django_legacy/django1_9/utils/unittest.py
django_compat_patcher/django_legacy/django2_0/__init__.py
django_compat_patcher/django_legacy/django2_0/views/__init__.py
django_compat_patcher/django_legacy/django2_0/views/i18n.py
django_compat_patcher/fixers/__init__.py
django_compat_patcher/fixers/django1_10.py
django_compat_patcher/fixers/django1_11.py
django_compat_patcher/fixers/django1_6.py
django_compat_patcher/fixers/django1_7.py
django_compat_patcher/fixers/django1_8.py
django_compat_patcher/fixers/django1_9.py
django_compat_patcher/fixers/django2_0.py
django_compat_patcher/fixers/django2_1.py
tests/_test_utilities.py
tests/check_behaviour_with_minimal_settings.py
tests/db.sqlite3
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_patcher_scaffolding.py
tests/test_patcher_utilities.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/views.py
tests/test_project/wsgi.py
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