Skip to content

Commit

Permalink
#63 for master
Browse files Browse the repository at this point in the history
  • Loading branch information
tschorr committed Sep 26, 2016
1 parent e4c9a82 commit a677d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ New features:

Bug fixes:

- no allowable_content_types for description (avoid validation)
[tschorr]

- *add item here*


Expand Down
1 change: 0 additions & 1 deletion Products/Archetypes/ExtensibleMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class ExtensibleMetadata(Persistence.Persistent):
searchable=1,
accessor="Description",
default_content_type='text/plain',
allowable_content_types=('text/plain',),
widget=TextAreaWidget(
label=_(u'label_description', default=u'Description'),
description=_(u'help_description',
Expand Down

0 comments on commit a677d5f

Please sign in to comment.