MCPcopy
hub / github.com/django/django / test_tickets_7204_7506

Method test_tickets_7204_7506

tests/queries/tests.py:850–853  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

848 )
849
850 def test_tickets_7204_7506(self):
851 # Make sure querysets with related fields can be pickled. If this
852 # doesn't crash, it's a Good Thing.
853 pickle.dumps(Item.objects.all())
854
855 def test_ticket7813(self):
856 # We should also be able to pickle things that use select_related().

Callers

nothing calls this directly

Calls 2

dumpsMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected