summaryrefslogtreecommitdiffstats
path: root/todolists/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'todolists/models.py')
-rw-r--r--todolists/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolists/models.py b/todolists/models.py
index e02cdd1..156b041 100644
--- a/todolists/models.py
+++ b/todolists/models.py
@@ -73,7 +73,7 @@ class TodolistPackage(models.Model):
comments = models.TextField(null=True, blank=True)
class Meta:
- unique_together = (('todolist','pkgname', 'arch'),)
+ unique_together = (('todolist', 'pkgname', 'arch'),)
get_latest_by = 'created'
def __unicode__(self):