1
0
mirror of https://github.com/django/django.git synced 2025-01-31 20:59:17 +00:00
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
..