1
0
mirror of https://github.com/django/django.git synced 2025-03-13 19:00:45 +00:00
django/tests/model_fields
Jacob Walls 0bf412111b Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
Avoids reports of bulk_update() sending Cast expressions
to JSONField.get_prep_value().

Co-authored-by: Simon Charette <charette.s@gmail.com>
2025-02-18 17:28:24 +01:00
..