1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/tests/modeltests/known_related_objects
Aymeric Augustin 07fbc6ae0e Fixed #19547 -- Caching of related instances.
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.
2013-01-02 22:21:46 +01:00
..
fixtures Fixed #19547 -- Caching of related instances. 2013-01-02 22:21:46 +01:00
__init__.py
models.py Fixed #19547 -- Caching of related instances. 2013-01-02 22:21:46 +01:00
tests.py Fixed #19547 -- Caching of related instances. 2013-01-02 22:21:46 +01:00