Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sic-publisher into 20.7

� Conflicts:
�	music_publisher/templates/admin/index.html
  • Loading branch information
matijakolaric committed Jun 24, 2020
2 parents 82e7cf4 + ce49c08 commit a14fe7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion music_publisher/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ class Meta:
'ISWC', max_length=15, blank=True, null=True, unique=True,
validators=(CWRFieldValidator('iswc'),))
original_title = models.CharField(
verbose_name='Title of the Original Work',
max_length=60, db_index=True, blank=True,
help_text='Use only for modification of existing works.',
validators=(CWRFieldValidator('work_title'),))
Expand Down Expand Up @@ -1542,4 +1543,4 @@ class Meta:
date = models.DateTimeField(auto_now_add=True, editable=False)

def __str__(self):
return self.filename
return self.filename

0 comments on commit a14fe7d

Please sign in to comment.