From 5aa1ecec7c2c6fb9e19b800d1957971ab32afc70 Mon Sep 17 00:00:00 2001 From: koebi Date: Thu, 15 Sep 2016 21:52:02 +0200 Subject: [PATCH] Add documentation for voucher tags (#240) Voucher tags were not documented in the help text at the beginning of the voucher class. Related to #228 --- src/pretix/base/models/vouchers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pretix/base/models/vouchers.py b/src/pretix/base/models/vouchers.py index 368910abbb..c5373a40af 100644 --- a/src/pretix/base/models/vouchers.py +++ b/src/pretix/base/models/vouchers.py @@ -48,6 +48,8 @@ class Voucher(LoggedModel): :type quota: Quota :param comment: An internal comment that will only be visible to staff, and never displayed to the user :type comment: str + :param tag: Use this field to group multiple vouchers together. If you enter the same value for multiple vouchers, you can get statistics on how many of them have been redeemed etc. + :type tag: str Various constraints apply: