1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
Files
django/tests/gis_tests
Simon Charette d9bf0d07cc [5.2.x] Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on PostGIS.
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 in a16eedcf9c.

Thanks Joshua Goodwin for the report and Sarah Boyce for the test.

Backport of 764af7a3d6 from main
2025-04-04 21:33:55 +02:00
..