This addition to the django-multiselectfield
project ensured that internal usage of the field as a formfield and DB field is improved.
When selecting a model that has a multiselectfield, with a result from a former multiselectfield (MSFList
), the DB conversion will fail, resulting in false negatives. This patch fixes it.