mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Typo
This commit is contained in:
@@ -520,7 +520,7 @@ class ItemVariation(models.Model):
|
|||||||
values by creating an ItemVariation object for them with active set to
|
values by creating an ItemVariation object for them with active set to
|
||||||
False.
|
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 = models.ForeignKey(
|
||||||
Item,
|
Item,
|
||||||
|
|||||||
Reference in New Issue
Block a user