mirror of
https://github.com/django/django.git
synced 2025-10-23 13:49:22 +00:00
This commit caused every test that does two or more assertContains to fail, because of #6527. It also made HttpResponse non-pickleable. Refs #13222.