Files
edx-platform/common
Nimisha Asthagiri e9e59e85fc Optimize video_module's __init__ method.
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.
2015-02-10 14:02:50 -05:00
..
2015-01-19 08:10:45 +01:00
2015-02-05 10:55:36 +02:00