LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/conf.py
docs/make.bat
src/django_codemod/__init__.py
src/django_codemod/cli.py
src/django_codemod/commands.py
src/django_codemod/constants.py
src/django_codemod/feature_flags.py
src/django_codemod/path_utils.py
src/django_codemod.egg-info/PKG-INFO
src/django_codemod.egg-info/SOURCES.txt
src/django_codemod.egg-info/dependency_links.txt
src/django_codemod.egg-info/entry_points.txt
src/django_codemod.egg-info/requires.txt
src/django_codemod.egg-info/top_level.txt
src/django_codemod/utils/__init__.py
src/django_codemod/utils/calls.py
src/django_codemod/visitors/__init__.py
src/django_codemod/visitors/admin.py
src/django_codemod/visitors/base.py
src/django_codemod/visitors/core.py
src/django_codemod/visitors/crypto.py
src/django_codemod/visitors/decorators.py
src/django_codemod/visitors/encoding.py
src/django_codemod/visitors/exceptions.py
src/django_codemod/visitors/forms.py
src/django_codemod/visitors/html.py
src/django_codemod/visitors/http.py
src/django_codemod/visitors/lru_cache.py
src/django_codemod/visitors/models.py
src/django_codemod/visitors/os_utils.py
src/django_codemod/visitors/paginator.py
src/django_codemod/visitors/postgres_fields.py
src/django_codemod/visitors/shortcuts.py
src/django_codemod/visitors/signals.py
src/django_codemod/visitors/template_context.py
src/django_codemod/visitors/template_tags.py
src/django_codemod/visitors/timezone.py
src/django_codemod/visitors/translations.py
src/django_codemod/visitors/urls.py
tests/__init__.py
tests/test_cli.py
tests/test_e2e.sh
tests/test_path_utils.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_crypto.py
tests/visitors/test_decorators.py
tests/visitors/test_encoding.py
tests/visitors/test_exceptions.py
tests/visitors/test_forms.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_paginator.py
tests/visitors/test_postgres_fields.py
tests/visitors/test_shortcuts.py
tests/visitors/test_signals.py
tests/visitors/test_template_context.py
tests/visitors/test_template_tags.py
tests/visitors/test_timezone.py
tests/visitors/test_translations.py
tests/visitors/test_urls.py