mirror of https://github.com/django/django.git
e66fe357b2
Fixed the bug that a QuerySet that prefetches related objects cannot be
pickled and unpickled more than once (The second pickling attempt
raises an exception).
Added a new test for the queryset pickling idempotency.
The bug was introduced by
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |