Files
edx-platform/common/lib
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
..
2014-09-08 12:02:31 -04:00
2014-09-11 20:14:37 +05:00
2014-11-04 07:37:41 -05:00