this allows admin to edit a work without featuring it
parent
a4fed4140d
commit
4b250ec9d8
|
@ -1061,7 +1061,7 @@ class Work(models.Model):
|
|||
description = models.TextField(default='', null=True, blank=True)
|
||||
selected_edition = models.ForeignKey("Edition", related_name = 'selected_works', null = True)
|
||||
earliest_publication = models.CharField(max_length=50, null=True)
|
||||
featured = models.DateTimeField(null=True, db_index=True,)
|
||||
featured = models.DateTimeField(null=True, blank=True, db_index=True,)
|
||||
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Reference in New Issue