mirror of
https://github.com/django/django.git
synced 2025-02-15 11:58:44 +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.