self.assertRaisesMessage(ValidationError,"'Ensure this filename has at most 5 characters (it has 18).'",f.clean,SimpleUploadedFile('test_maxlength.txt',b'hello world'))
self.assertRaisesMessage(ValidationError,"'Ensure this filename has at most 5 characters (it has 18).'",f.clean,SimpleUploadedFile('test_maxlength.txt',b'hello world'))