Skip to content

Commit

Permalink
fix: correctly reference send method from django signals
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 21, 2024
1 parent 444b903 commit f860527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/openedx-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ For more information on using Open edX Events, refer to the `Using Open edX Even
.. _OpenEdxPublicSignal: https://github.com/openedx/openedx-events/blob/main/openedx_events/tooling.py#L37
.. _Django's Signals class: https://docs.djangoproject.com/en/4.2/topics/signals/#defining-and-sending-signals
.. _send_event: https://github.com/openedx/openedx-events/blob/main/openedx_events/tooling.py#L185
.. _send: https://docs.djangoproject.com/en/4.2/topics/signals/#sending-signals
.. _send or send_robust: https://docs.djangoproject.com/en/4.2/topics/signals/#sending-signals

0 comments on commit f860527

Please sign in to comment.