# HG changeset patch # User hamidouk # Date 1328525537 -3600 # Node ID d2c99cb0318702424690dd9239b22af5b5216ba5 # Parent 8802151cc370a75cf81f8886094d8541744c7207# Parent 348844fc63ce4227a4732392849417a721f83504 Merge with upstream. diff -r 8802151cc370 -r d2c99cb03187 src/ldt/ldt/ldt_utils/forms.py --- a/src/ldt/ldt/ldt_utils/forms.py Mon Feb 06 11:51:56 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/forms.py Mon Feb 06 11:52:17 2012 +0100 @@ -68,6 +68,8 @@ if not iriurl_data: iriurl_data = "%s/%s.iri" % (iri_id_data, iri_id_data) cleaned_data['iriurl'] = iriurl_data + # we add a comma to the tag list, to force comma separated list and enable tags with spaces. + cleaned_data['tags'] = cleaned_data['tags'] + ',' return cleaned_data class Meta: