1
0
mirror of https://github.com/django/django.git synced 2025-04-02 12:36:41 +00:00
Andrew Brown 691def10a0 Fixed -- 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
..