mirror of
https://github.com/django/django.git
synced 2025-05-02 13:14:38 +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.