We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef8768 commit 220740bCopy full SHA for 220740b
task_manager/labels/models.py
@@ -2,7 +2,7 @@
2
3
4
class Label(models.Model):
5
- name = models.CharField("Имя", max_length=100, unique=True)
+ name = models.CharField(max_length=100, unique=True)
6
created_at = models.DateTimeField(auto_now_add=True)
7
8
class Meta:
0 commit comments