This commit is contained in:
Raphael Michel
2014-09-29 10:56:34 +02:00
parent 545d0267d4
commit 9749181101

View File

@@ -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,