Skip to content

Commit

Permalink
[3.0.x] Updated link to Celery.
Browse files Browse the repository at this point in the history
Backport of 06c8565 from master
  • Loading branch information
smithdc1 authored and carltongibson committed Jun 2, 2020
1 parent d22f678 commit 8734a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Sometimes you need to perform an action related to the current database
transaction, but only if the transaction successfully commits. Examples might
include a `Celery`_ task, an email notification, or a cache invalidation.

.. _Celery: http://www.celeryproject.org/
.. _Celery: https://pypi.org/project/celery/

Django provides the :func:`on_commit` function to register callback functions
that should be executed after a transaction is successfully committed:
Expand Down

0 comments on commit 8734a02

Please sign in to comment.