mirror of
https://github.com/django/django.git
synced 2025-02-03 14:16:52 +00:00
ea57112d53
This commit caused every test that does two or more assertContains to fail, because of #6527. It also made HttpResponse non-pickleable. Refs #13222.