django-separatedvaluesfield
django-separatedvaluesfield copied to clipboard
Comma in string appeared as a new list item
Project(name='Project with strings', languages=['fr,en'])
is same as
Project(name='Project with strings', languages=['fr', 'en'])
,
but it should be different.
This issue should be closed bcoz everything works correctly.
The PR hasn't been merged yet.