From 9749181101975b3f3787670b81fd5c45dff35d3c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Sep 2014 10:56:34 +0200 Subject: [PATCH] Typo --- src/tixlbase/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tixlbase/models.py b/src/tixlbase/models.py index dd8d50ec7..f4c21acfc 100644 --- a/src/tixlbase/models.py +++ b/src/tixlbase/models.py @@ -520,7 +520,7 @@ class ItemVariation(models.Model): values by creating an ItemVariation object for them with active set to False. - Restrictions can be not only set to items but also directly to variation. + Restrictions can be not only set to items but also directly to variations. """ item = models.ForeignKey( Item,