Skip to content

Commit eaf5456

Browse files
committed
Nicing title appearance in history
1 parent 706a3eb commit eaf5456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dref/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def save(self, *args, **kwargs):
659659
super().save(*args, **kwargs)
660660

661661
def __str__(self):
662-
return f'{self.title}{self.status}'
662+
return f'{self.title}{self.created_at.date()}, {self.get_status_display()}'
663663

664664

665665
class DrefFile(models.Model):

0 commit comments

Comments
 (0)