django-separatedvaluesfield
django-separatedvaluesfield copied to clipboard
Choices don't raise error when
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 possible inputs, but it seems like currently is allowing any kind of input. I have tested the package in Django 2.0 which I believe doesn't use the function validate() at all.