CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
django_codemod/__init__.py
django_codemod/cli.py
django_codemod/constants.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/commands/__init__.py
django_codemod/commands/base.py
django_codemod/commands/django_codemod.py
django_codemod/visitors/__init__.py
django_codemod/visitors/admin.py
django_codemod/visitors/base.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/os_utils.py
django_codemod/visitors/shortcuts.py
django_codemod/visitors/translations.py
django_codemod/visitors/urls.py
docs/Makefile
docs/codemods.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
tests/__init__.py
tests/test_cli.py
tests/test_commands.py
tests/visitors/__init__.py
tests/visitors/base.py
tests/visitors/test_admin.py
tests/visitors/test_base.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_os_utils.py
tests/visitors/test_shortcuts.py
tests/visitors/test_translations.py
tests/visitors/test_urls.py