Mark published_date as system metadata

This commit is contained in:
Calen Pennington
2012-10-04 15:27:52 -04:00
parent 1328fc5ac0
commit b6c93b61fd

View File

@@ -409,7 +409,7 @@ class XModuleDescriptor(Plugin, HTMLSnippet, ResourceTemplates):
# cdodge: this is a list of metadata names which are 'system' metadata
# and should not be edited by an end-user
system_metadata_fields = [ 'data_dir' ]
system_metadata_fields = ['data_dir', 'published_date']
# A list of descriptor attributes that must be equal for the descriptors to
# be equal