1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/queryset_pickle
David-Wobrock c32d8f33d8 Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a pickled Query.
In a pickled join, the join_fields had the same values, but weren't the
same object (contrary to when not pickling the QuerySet).
2020-10-05 10:07:34 +02:00
..
__init__.py
models.py
tests.py Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a pickled Query. 2020-10-05 10:07:34 +02:00