django1/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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Refs #25361 -- Added test for pickling queryset of abstract-inherited models with Meta.ordering. 2019-12-12 09:01:47 +01:00
tests.py Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a pickled Query. 2020-10-05 10:07:34 +02:00