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.

signals.rst 458B

1234567891011121314151617181920212223
  1. =======
  2. Signals
  3. =======
  4. Oscar defined a number of custom signals that provide useful hook-points for
  5. adding functionality.
  6. order_placed
  7. ------------
  8. .. data:: oscar.apps.order.order_placed
  9. :class:
  10. Raised by the :class:`oscar.apps.order.OrderCreator` class when creating an order.
  11. Arguments sent with this signal:
  12. ``order``
  13. The order created
  14. ``user``
  15. The user creating the order (not necessarily the user linked to the order
  16. instance!)