Do not require a name.

pull/3010/head
Jairo Llopis 2016-03-03 16:22:50 +01:00 committed by Ignacio J. Ortega
parent ed22202c6d
commit afdef2f2b4
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class Image(models.Model):
required=True)
name = fields.Char(
'Image title',
required=True,
translate=True)
filename = fields.Char()
extension = fields.Char(