django-separatedvaluesfield icon indicating copy to clipboard operation
django-separatedvaluesfield copied to clipboard

Custom field for Django to separate multiple values in database with a separator and retrieve them as list

Results 5 django-separatedvaluesfield issues
Sort by recently updated
recently updated
newest added

EDIT: This just happened in production as well, so it's not a model-mommy/test problem. Production: `None` is the default database value of a separated values field, when it should be...

`Project(name='Project with strings', languages=['fr,en'])` is same as `Project(name='Project with strings', languages=['fr', 'en'])`, but it should be different.

First of all thanks for this small but useful package, I just found an issue that I believe could be considered a bug. The **Choices** are supposed to limit the...

When i run tox command it crashes and i get this error: FileNotFoundError: [Errno 2] No such file or directory: '.tox/py27-dj110/bin/pip'

Hi, Great tool, but I'm having a problem when using CheckboxSelectMultiple. It's saving the Label rather than the Value.