mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Regression ind9de74141e. This is a long standing issue, however it caused a crash of GeneratedFields for all output fields that have backend-specific converters when the RETURNING clause is not supported (MySQL and SQLite < 3.35). That's why severity was exacerbated. Backport of5b3b791e90from main