django/tests/queryset_pickle
Andrew Brown 691def10a0 Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
Subquery expression objects, when pickled, were evaluating the QuerySet
objects saved in its _constructor_args attribute.
2019-08-27 13:05:20 +02:00
..
__init__.py
models.py
tests.py Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet. 2019-08-27 13:05:20 +02:00