1
0
mirror of https://github.com/django/django.git synced 2025-10-05 12:59:10 +00:00
Simon Charette 94680437a4 Fixed #27222 -- Refreshed model field values assigned expressions on save().
Removed the can_return_columns_from_insert skip gates on existing
field_defaults tests to confirm the expected number of queries are
performed and that returning field overrides are respected.
2025-09-14 00:27:50 +02:00
..