Skip to content

Commit 27647c9

Browse files
committed
update task models
1 parent f2d8753 commit 27647c9

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

task_manager/tasks/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Task(models.Model):
1313
null=False,
1414
blank=False,
1515
unique=True,
16-
default='Новая задача',
1716
)
1817
description = models.TextField(
1918
verbose_name="Описание",

0 commit comments

Comments
 (0)