mirror of
https://github.com/django/django.git
synced 2025-02-23 07:55:07 +00:00
When &'ing or |'ing querysets, wrong values could be cached, and crashes could happen. Thanks Marc Tamlyn for figuring out the problem and writing the patch.