mirror of
https://github.com/django/django.git
synced 2025-02-23 16:24:46 +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.