AUTHORS
License.txt
README.rst
pyproject.toml
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/contrib__admin__templatetags__admin_static.py
src/django_compat_patcher/django_legacy/django3_0/lru_cache.py
src/django_compat_patcher/django_legacy/django3_0/contrib__staticfiles__templatetags__staticfiles/__init__.py
src/django_compat_patcher/django_legacy/django3_0/contrib__staticfiles__templatetags__staticfiles/staticfiles.py
src/django_compat_patcher/django_legacy/django4_0/__init__.py
src/django_compat_patcher/django_legacy/django4_0/contrib__postgres__forms__jsonb.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
src/django_compat_patcher/fixers/django3_2.py
src/django_compat_patcher/fixers/django4_0.py
src/django_compat_patcher/fixers/django4_1.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_django3_2_fixers.py
tests/test_django4_0_fixers.py
tests/test_django4_1_fixers.py
tests/test_scaffolding.py