Skip to content

Commit

Permalink
- Sequence widgets are no longer 'structural' by default; they now
Browse files Browse the repository at this point in the history
  print the label of the sequence above the sequence adder.
  • Loading branch information
mcdonc committed Aug 27, 2010
1 parent eee4e20 commit dadddbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -8,6 +8,9 @@ Next release
``get_widget_resources`` (``jquery.autocomplete.css`` was missing as
a resource to the ``jquery.autocomplete`` requirement).

- Sequence widgets are no longer 'structural' by default; they now
print the label of the sequence above the sequence adder.

0.5 (2010-08-25)
----------------

Expand Down
1 change: 0 additions & 1 deletion deform/widget.py
Expand Up @@ -917,7 +917,6 @@ class SequenceWidget(Widget):
error_class = None
add_subitem_text_template = _('Add ${subitem_title}')
render_initial_item = False
category = 'structural'
closebutton_url = '/static/images/close.png'
requirements = ( ('deform', None), )

Expand Down

0 comments on commit dadddbb

Please sign in to comment.