Closed toxinu closed 8 years ago
I encounter a bug when working with FileField. One of error messages have a length variable to format (sorry its in french :smile:):
FileField
length
empty
no_name
max_length
required
invalid
null
max_length is already in kwargs but not length.
I encounter a bug when working with
FileField
. One of error messages have alength
variable to format (sorry its in french :smile:):empty
: Le fichier soumis est vide.no_name
: Le nom de fichier n'a pu être déterminé.max_length
: Assurez-vous que le nom de fichier comporte au plus {max_length} caractères (il en comporte {length}).required
: Aucun fichier n'a été soumis.invalid
: La donnée soumise n'est pas un fichier. Vérifiez le type d'encodage du formulaire.null
: Ce champ ne peut être nul.max_length
is already in kwargs but notlength
.