Fix improper exclusion of "languages" from the new metadata 'process_first' set.

This commit is contained in:
Charles Haley 2012-03-15 07:20:50 +01:00
parent 19af7031b3
commit 01b55581a7

View File

@ -135,5 +135,4 @@ SERIALIZABLE_FIELDS = SOCIAL_METADATA_FIELDS.union(
# A special set used to optimize the performance of Metadata.__setattr__ # A special set used to optimize the performance of Metadata.__setattr__
ATTR_NORMAL_FIELDS = frozenset(STANDARD_METADATA_FIELDS - ATTR_NORMAL_FIELDS = frozenset(STANDARD_METADATA_FIELDS -
TOP_LEVEL_IDENTIFIERS - TOP_LEVEL_IDENTIFIERS -
set('identifiers') - set('identifiers'))
set('languages'))