CsrfToken -> CSRFToken:
./django/template/defaulttags.py
./tests/csrf_tests/tests.py

CsrfTokenNode -> CSRFTokenNode:
./django/template/defaulttags.py
./tests/csrf_tests/tests.py

CsrfViewMiddleware -> CSRFViewMiddleware:
./django/conf/global_settings.py
./django/conf/project_template/project_name/settings.py
./django/contrib/auth/tests/test_views.py
./django/contrib/flatpages/tests/test_csrf.py
./django/contrib/flatpages/tests/test_middleware.py
./django/contrib/flatpages/tests/test_templatetags.py
./django/contrib/flatpages/tests/test_views.py
./django/contrib/flatpages/views.py
./django/middleware/csrf.py
./django/test/client.py
./django/views/csrf.py
./django/views/decorators/csrf.py
./django/views/defaults.py
./docs/internals/deprecation.txt
./docs/ref/contrib/comments/index.txt
./docs/ref/contrib/csrf.txt
./docs/ref/middleware.txt
./docs/ref/request-response.txt
./docs/ref/settings.txt
./docs/releases/1.1-alpha-1.txt
./docs/releases/1.1.txt
./docs/releases/1.2-alpha-1.txt
./docs/releases/1.2.txt
./docs/topics/http/file-uploads.txt
./docs/topics/http/_images/middleware.graffle
./docs/topics/http/_images/middleware.svg
./docs/topics/http/middleware.txt
./docs/topics/security.txt
./tests/cache/tests.py
./tests/csrf_tests/tests.py
./tests/runtests.py
./tests/test_client/tests.py
./tests/view_tests/tests/test_csrf.py

DefusedXmlException -> DefusedXMLException:
./django/core/serializers/xml_serializer.py

EnsureCsrfCookie -> EnsureCSRFCookie:
./django/views/decorators/csrf.py

EnsureCsrfToken -> EnsureCSRFToken:
./django/views/decorators/csrf.py

HttpRequest -> HTTPRequest:
./django/conf/global_settings.py
./django/contrib/admin/options.py
./django/contrib/admin/sites.py
./django/contrib/auth/tests/test_auth_backends.py
./django/contrib/auth/tests/test_middleware.py
./django/contrib/auth/tests/test_views.py
./django/contrib/auth/tests/urls.py
./django/contrib/comments/moderation.py
./django/contrib/contenttypes/tests/tests.py
./django/contrib/formtools/preview.py
./django/contrib/formtools/tests/wizard/storage.py
./django/contrib/formtools/tests/wizard/test_forms.py
./django/contrib/formtools/wizard/views.py
./django/contrib/messages/api.py
./django/contrib/messages/tests/base.py
./django/contrib/messages/tests/test_middleware.py
./django/contrib/sites/requests.py
./django/contrib/sites/tests.py
./django/core/files/uploadhandler.py
./django/core/handlers/base.py
./django/core/handlers/wsgi.py
./django/http/__init__.py
./django/http/request.py
./django/test/client.py
./django/views/debug.py
./django/views/decorators/debug.py
./docs/howto/auth-remote-user.txt
./docs/howto/error-reporting.txt
./docs/howto/outputting-csv.txt
./docs/internals/deprecation.txt
./docs/intro/tutorial03.txt
./docs/intro/tutorial04.txt
./docs/ref/contrib/admin/actions.txt
./docs/ref/contrib/admin/index.txt
./docs/ref/contrib/auth.txt
./docs/ref/contrib/comments/moderation.txt
./docs/ref/contrib/comments/signals.txt
./docs/ref/contrib/formtools/form-preview.txt
./docs/ref/contrib/formtools/form-wizard.txt
./docs/ref/contrib/sites.txt
./docs/ref/files/uploads.txt
./docs/ref/middleware.txt
./docs/ref/request-response.txt
./docs/ref/settings.txt
./docs/ref/signals.txt
./docs/ref/template-response.txt
./docs/ref/templates/api.txt
./docs/ref/unicode.txt
./docs/releases/1.0-porting-guide.txt
./docs/releases/1.3.4.txt
./docs/releases/1.4.2.txt
./docs/releases/1.4-alpha-1.txt
./docs/releases/1.4-beta-1.txt
./docs/releases/1.4.txt
./docs/releases/1.5-alpha-1.txt
./docs/releases/1.5-beta-1.txt
./docs/releases/1.5.txt
./docs/releases/1.7.txt
./docs/topics/auth/default.txt
./docs/topics/class-based-views/intro.txt
./docs/topics/forms/index.txt
./docs/topics/http/file-uploads.txt
./docs/topics/http/_images/middleware.graffle
./docs/topics/http/_images/middleware.svg
./docs/topics/http/middleware.txt
./docs/topics/http/sessions.txt
./docs/topics/http/urls.txt
./docs/topics/http/views.txt
./docs/topics/i18n/translation.txt
./docs/topics/python3.txt
./docs/topics/security.txt
./docs/topics/testing/tools.txt
./tests/csrf_tests/tests.py
./tests/decorators/tests.py
./tests/http_utils/tests.py
./tests/middleware/tests.py
./tests/requests/tests.py
./tests/settings_tests/tests.py
./tests/signed_cookies_tests/tests.py
./tests/test_client_regress/tests.py
./tests/test_client_regress/views.py
./tests/timezones/tests.py
./tests/urlpatterns_reverse/tests.py

HttpResponse -> HTTPResponse:
./django/conf/global_settings.py
./django/contrib/admindocs/middleware.py
./django/contrib/admin/options.py
./django/contrib/admin/sites.py
./django/contrib/auth/admin.py
./django/contrib/auth/tests/test_decorators.py
./django/contrib/auth/tests/urls.py
./django/contrib/auth/views.py
./django/contrib/comments/views/comments.py
./django/contrib/comments/views/utils.py
./django/contrib/contenttypes/views.py
./django/contrib/flatpages/views.py
./django/contrib/formtools/preview.py
./django/contrib/formtools/tests/tests.py
./django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
./django/contrib/formtools/tests/wizard/storage.py
./django/contrib/formtools/tests/wizard/test_cookiestorage.py
./django/contrib/formtools/tests/wizard/wizardtests/forms.py
./django/contrib/formtools/wizard/views.py
./django/contrib/gis/shortcuts.py
./django/contrib/gis/sitemaps/views.py
./django/contrib/messages/tests/base.py
./django/contrib/messages/tests/test_middleware.py
./django/contrib/messages/tests/urls.py
./django/contrib/redirects/middleware.py
./django/contrib/redirects/tests.py
./django/contrib/sessions/tests.py
./django/contrib/syndication/views.py
./django/core/handlers/base.py
./django/core/handlers/wsgi.py
./django/http/__init__.py
./django/http/response.py
./django/middleware/common.py
./django/middleware/locale.py
./django/shortcuts.py
./django/template/response.py
./django/test/client.py
./django/utils/cache.py
./django/views/csrf.py
./django/views/debug.py
./django/views/decorators/http.py
./django/views/defaults.py
./django/views/generic/base.py
./django/views/generic/edit.py
./django/views/i18n.py
./django/views/static.py
./docs/howto/outputting-csv.txt
./docs/howto/outputting-pdf.txt
./docs/howto/upgrade-version.txt
./docs/internals/deprecation.txt
./docs/intro/overview.txt
./docs/intro/tutorial03.txt
./docs/intro/tutorial04.txt
./docs/ref/class-based-views/base.txt
./docs/ref/class-based-views/generic-editing.txt
./docs/ref/clickjacking.txt
./docs/ref/contrib/admin/actions.txt
./docs/ref/contrib/admin/index.txt
./docs/ref/contrib/csrf.txt
./docs/ref/contrib/formtools/form-preview.txt
./docs/ref/contrib/formtools/form-wizard.txt
./docs/ref/contrib/redirects.txt
./docs/ref/exceptions.txt
./docs/ref/middleware.txt
./docs/ref/request-response.txt
./docs/ref/settings.txt
./docs/ref/template-response.txt
./docs/ref/templates/api.txt
./docs/ref/urlresolvers.txt
./docs/ref/utils.txt
./docs/releases/1.0-porting-guide.txt
./docs/releases/1.3.txt
./docs/releases/1.5-alpha-1.txt
./docs/releases/1.5-beta-1.txt
./docs/releases/1.5.txt
./docs/releases/1.6.txt
./docs/releases/1.7.txt
./docs/topics/auth/default.txt
./docs/topics/cache.txt
./docs/topics/class-based-views/generic-editing.txt
./docs/topics/class-based-views/index.txt
./docs/topics/class-based-views/intro.txt
./docs/topics/class-based-views/mixins.txt
./docs/topics/email.txt
./docs/topics/forms/index.txt
./docs/topics/forms/modelforms.txt
./docs/topics/http/decorators.txt
./docs/topics/http/file-uploads.txt
./docs/topics/http/_images/middleware.graffle
./docs/topics/http/_images/middleware.svg
./docs/topics/http/middleware.txt
./docs/topics/http/sessions.txt
./docs/topics/http/shortcuts.txt
./docs/topics/http/urls.txt
./docs/topics/http/views.txt
./docs/topics/i18n/translation.txt
./docs/topics/python3.txt
./docs/topics/serialization.txt
./docs/topics/testing/tools.txt
./tests/admin_custom_urls/models.py
./tests/admin_docs/views.py
./tests/admin_views/admin.py
./tests/admin_views/customadmin.py
./tests/admin_views/tests.py
./tests/admin_views/views.py
./tests/cache/tests.py
./tests/comment_tests/custom_comments/views.py
./tests/conditional_processing/views.py
./tests/csrf_tests/tests.py
./tests/decorators/tests.py
./tests/file_storage/urls.py
./tests/file_uploads/views.py
./tests/generic_views/test_base.py
./tests/handlers/views.py
./tests/http_utils/tests.py
./tests/httpwrappers/tests.py
./tests/i18n/patterns/tests.py
./tests/i18n/urls.py
./tests/middleware/cond_get_urls.py
./tests/middleware_exceptions/tests.py
./tests/middleware_exceptions/views.py
./tests/middleware/tests.py
./tests/requests/tests.py
./tests/responses/tests.py
./tests/serializers_regress/tests.py
./tests/servers/views.py
./tests/signed_cookies_tests/tests.py
./tests/template_tests/views.py
./tests/test_client_regress/tests.py
./tests/test_client_regress/views.py
./tests/test_client/views.py
./tests/test_utils/tests.py
./tests/test_utils/views.py
./tests/urlpatterns_reverse/middleware.py
./tests/urlpatterns_reverse/tests.py
./tests/urlpatterns_reverse/urlconf_inner.py
./tests/urlpatterns_reverse/views.py
./tests/utils_tests/test_decorators.py
./tests/view_tests/tests/test_static.py
./tests/view_tests/views.py
./tests/wsgi/urls.py

HttpResponseBadRequest -> HTTPResponseBadRequest:
./django/contrib/comments/views/comments.py
./django/core/handlers/wsgi.py
./django/http/__init__.py
./django/http/response.py
./django/views/defaults.py
./docs/ref/exceptions.txt
./docs/ref/request-response.txt
./docs/releases/1.6.txt

HttpResponseBase -> HTTPResponseBase:
./django/contrib/admin/options.py
./django/http/response.py

HttpResponseForbidden -> HTTPResponseForbidden:
./django/contrib/redirects/tests.py
./django/http/__init__.py
./django/http/response.py
./django/middleware/common.py
./django/views/csrf.py
./django/views/defaults.py
./docs/ref/request-response.txt
./docs/topics/class-based-views/mixins.txt

HttpResponseGone -> HTTPResponseGone:
./django/contrib/redirects/middleware.py
./django/http/__init__.py
./django/http/response.py
./django/views/generic/base.py
./docs/ref/class-based-views/base.txt
./docs/ref/contrib/redirects.txt
./docs/ref/request-response.txt

HttpResponseNotAllowed -> HTTPResponseNotAllowed:
./django/http/__init__.py
./django/http/response.py
./django/views/decorators/http.py
./django/views/generic/base.py
./docs/ref/class-based-views/base.txt
./docs/ref/request-response.txt
./docs/topics/class-based-views/intro.txt
./docs/topics/http/decorators.txt
./tests/decorators/tests.py
./tests/httpwrappers/tests.py

HttpResponseNotFound -> HTTPResponseNotFound:
./django/http/__init__.py
./django/http/response.py
./django/views/debug.py
./django/views/defaults.py
./docs/ref/request-response.txt
./docs/topics/http/views.txt
./tests/test_client/views.py

HttpResponseNotModified -> HTTPResponseNotModified:
./django/http/__init__.py
./django/http/response.py
./django/middleware/common.py
./django/views/decorators/http.py
./django/views/static.py
./docs/ref/middleware.txt
./docs/ref/request-response.txt
./tests/httpwrappers/tests.py
./tests/view_tests/tests/test_static.py

HttpResponsePermanentRedirect -> HTTPResponsePermanentRedirect:
./django/contrib/flatpages/views.py
./django/contrib/redirects/middleware.py
./django/http/__init__.py
./django/http/response.py
./django/middleware/common.py
./django/shortcuts.py
./django/views/generic/base.py
./docs/ref/contrib/redirects.txt
./docs/ref/request-response.txt
./docs/releases/1.6.txt
./tests/httpwrappers/tests.py
./tests/i18n/patterns/tests.py
./tests/urlpatterns_reverse/tests.py

HttpResponseRedirect -> HTTPResponseRedirect:
./django/contrib/admin/options.py
./django/contrib/admin/sites.py
./django/contrib/auth/admin.py
./django/contrib/auth/views.py
./django/contrib/comments/views/utils.py
./django/contrib/contenttypes/views.py
./django/contrib/formtools/preview.py
./django/contrib/messages/tests/urls.py
./django/contrib/redirects/tests.py
./django/http/__init__.py
./django/http/response.py
./django/middleware/locale.py
./django/shortcuts.py
./django/views/generic/base.py
./django/views/generic/edit.py
./django/views/i18n.py
./django/views/static.py
./docs/intro/tutorial04.txt
./docs/ref/contrib/admin/actions.txt
./docs/ref/contrib/formtools/form-preview.txt
./docs/ref/contrib/formtools/form-wizard.txt
./docs/ref/contrib/redirects.txt
./docs/ref/middleware.txt
./docs/ref/request-response.txt
./docs/ref/urlresolvers.txt
./docs/releases/1.6.txt
./docs/topics/class-based-views/intro.txt
./docs/topics/class-based-views/mixins.txt
./docs/topics/email.txt
./docs/topics/forms/index.txt
./docs/topics/forms/modelforms.txt
./docs/topics/http/file-uploads.txt
./docs/topics/http/shortcuts.txt
./docs/topics/http/urls.txt
./tests/admin_custom_urls/models.py
./tests/admin_views/admin.py
./tests/httpwrappers/tests.py
./tests/test_client_regress/views.py
./tests/test_client/views.py
./tests/urlpatterns_reverse/tests.py
./tests/view_tests/views.py

HttpResponseRedirectBase -> HTTPResponseRedirectBase:
./django/http/response.py

HttpResponseServerError -> HTTPResponseServerError:
./django/http/__init__.py
./django/http/response.py
./django/views/debug.py
./django/views/defaults.py
./docs/ref/request-response.txt
./tests/file_uploads/views.py

Json -> JSON:
./django/http/__init__.py
./django/http/response.py
./docs/ref/request-response.txt
./docs/releases/1.7.txt
./tests/httpwrappers/tests.py
./tests/serializers/tests.py
./tests/view_tests/tests/test_json.py
./tests/view_tests/views.py

JsonResponse -> JSONResponse:
./django/http/__init__.py
./django/http/response.py
./docs/ref/request-response.txt
./docs/releases/1.7.txt
./tests/httpwrappers/tests.py
./tests/view_tests/tests/test_json.py
./tests/view_tests/views.py

RssFeed -> RSSFeed:
./django/utils/feedgenerator.py
./docs/ref/utils.txt

StreamingHttpResponse -> StreamingHTTPResponse:
./django/http/__init__.py
./django/http/response.py
./django/views/static.py
./docs/howto/outputting-csv.txt
./docs/ref/request-response.txt
./docs/releases/1.5-alpha-1.txt
./docs/releases/1.5-beta-1.txt
./docs/releases/1.5.txt
./docs/topics/db/transactions.txt
./docs/topics/http/middleware.txt
./tests/admin_views/admin.py
./tests/admin_views/tests.py
./tests/cache/tests.py
./tests/handlers/views.py
./tests/http_utils/tests.py
./tests/httpwrappers/tests.py
./tests/i18n/urls.py
./tests/middleware/tests.py
./tests/urlpatterns_reverse/middleware.py
