1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00
Files
django/tests/queryset_pickle
Adam Johnson a321d961b0 Refs #28586 -- Made fetch modes pickle as singletons.
This change ensures that we don’t create new instances of fetch modes
when pickling and unpickling, saving memory and preserving their singleton
nature.
2025-10-16 14:52:22 -04:00
..