forked from rc/aircox
		
	Sound.file max length
This commit is contained in:
		@ -103,7 +103,7 @@ class Sound(models.Model):
 | 
			
		||||
        return os.path.join(self.program.path, subdir, filename)
 | 
			
		||||
 | 
			
		||||
    file = models.FileField(
 | 
			
		||||
        _('file'), upload_to=_upload_to
 | 
			
		||||
        _('file'), upload_to=_upload_to, max_length=256,
 | 
			
		||||
    )
 | 
			
		||||
    duration = models.TimeField(
 | 
			
		||||
        _('duration'),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user