LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
django_codemod/__init__.py
django_codemod/cli.py
django_codemod/commands.py
django_codemod/constants.py
django_codemod/re.py
django_codemod.egg-info/PKG-INFO
django_codemod.egg-info/SOURCES.txt
django_codemod.egg-info/dependency_links.txt
django_codemod.egg-info/entry_points.txt
django_codemod.egg-info/not-zip-safe
django_codemod.egg-info/requires.txt
django_codemod.egg-info/top_level.txt
django_codemod/visitors/__init__.py
django_codemod/visitors/admin.py
django_codemod/visitors/base.py
django_codemod/visitors/core.py
django_codemod/visitors/decorators.py
django_codemod/visitors/encoding.py
django_codemod/visitors/html.py
django_codemod/visitors/http.py
django_codemod/visitors/lru_cache.py
django_codemod/visitors/models.py
django_codemod/visitors/os_utils.py
django_codemod/visitors/shortcuts.py
django_codemod/visitors/translations.py
django_codemod/visitors/urls.py
docs/Makefile
docs/conf.py
docs/make.bat
tests/__init__.py
tests/test_cli.py
tests/visitors/__init__.py
tests/visitors/base.py
tests/visitors/test_admin.py
tests/visitors/test_base.py
tests/visitors/test_core.py
tests/visitors/test_decorators.py
tests/visitors/test_encoding.py
tests/visitors/test_html.py
tests/visitors/test_http.py
tests/visitors/test_lru_cache.py
tests/visitors/test_models.py
tests/visitors/test_os_utils.py
tests/visitors/test_shortcuts.py
tests/visitors/test_translations.py
tests/visitors/test_urls.py