test_video_mongo.py
32.2 KB
-
Optimize video_module's __init__ method. · e9e59e85
The overall behavior of the __init__ method has remained the same. What's changed is how it determines whether a field is explicitly set. Instead of using the slower performing editable_metadata_fields, it calls _field_data.has directly to check for explicitly set fields.
Nimisha Asthagiri committed