Closed stefanfoulis closed 8 years ago
@@ master #7 diff @@
==========================================
Files 5 5
Lines 138 138
Methods 0 0
Messages 0 0
Branches 12 12
==========================================
Hits 105 105
Misses 33 33
Partials 0 0
Powered by Codecov. Last update 436c6df...110425c
@stefanfoulis would have to adapt that on the other addons as well. can you make an entry in the changelog?
@FinalAngel changelog entry added
👍
The result of clean gets used to display forms as well, so it would end up with a string-ification of the values after clean (
"[u'item1', u'item2']"
) instead of the string with commas.The new implementation cleans the comma separated items to always have a space after the comma. Conversion to an actual python list happens while generating the settings.