Skip to content

Fix incorrect value conversion in MapField

Luke Benstead requested to merge fix-none-value-in-mapfield into 30-integrate-firestore

MapField was incorrectly using to_python for all submodel field conversions, this change makes it correctly use get_db_prep_value, and from_db_value.

Merge request reports