Added tags field to form
I had originally thought the field could be called terms[free-tags] and we could use this notation for any other taxonomy-related field. This would be too difficult in Django so I've used the name tags as was already in the template.
Showing
- django/website/hid/forms/item.py 4 additions, 0 deletionsdjango/website/hid/forms/item.py
- django/website/hid/tests/add_edit_item_view_tests.py 36 additions, 3 deletionsdjango/website/hid/tests/add_edit_item_view_tests.py
- django/website/hid/views/item.py 15 additions, 7 deletionsdjango/website/hid/views/item.py
Please register or sign in to comment