You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425
  1. =======
  2. Voucher
  3. =======
  4. Oscar ships with broad support for vouchers, which are handled by this app.
  5. In addition to individual vouchers, vouchers can also be managed as sets.
  6. VoucherSets can typically be used for automatically generated vouchers based on
  7. loyalty criteria. They can also be used to quickly create a large set of vouchers
  8. with a shared condition and benefit. They also allow shared management of such
  9. sets, so you can easily extend, restrict, enable or disable them at once.
  10. Abstract models
  11. ---------------
  12. .. automodule:: oscar.apps.voucher.abstract_models
  13. :members:
  14. Views
  15. -----
  16. None.