mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user