TCs are not running without max_length attribute
Closed this issue · 4 comments
malikasri94 commented
Tried running TCs and it fails with error :
self.validators[0] = MaxValueMultiFieldValidator(self.max_length)
IndexError: list assignment index out of range
pieterbeulque commented
I get the same error when upgrading to Django 4.1 (Python 3.11)
pieterbeulque commented
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.
pieterbeulque commented
Thank you for publishing to PyPI! 🙇