goinnn/django-multiselectfield

TCs are not running without max_length attribute

Closed this issue · 4 comments

Tried running TCs and it fails with error :
self.validators[0] = MaxValueMultiFieldValidator(self.max_length)
IndexError: list assignment index out of range

I get the same error when upgrading to Django 4.1 (Python 3.11)

You can fix it by installing the latest master version from GitHub directly.

blag commented

Should be fixed in version 0.1.13, which I just published. Please try that.

Thank you for publishing to PyPI! 🙇