mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Swapped to an allow list instead of a deny list for field types to determine if the UNNEST optimization can be enabled to avoid further surprises with other types that would require further specialization to adapt. Regression ina16eedcf9c. Thanks Joshua Goodwin for the report and Sarah Boyce for the test. Backport of764af7a3d6from main