mirror of
https://github.com/django/django.git
synced 2025-07-20 17:49:12 +00:00
[3.0.x] Updated link to Celery.
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 from master
This commit is contained in:
parent
d22f67848c
commit
8734a02f5d
@ -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
|
transaction, but only if the transaction successfully commits. Examples might
|
||||||
include a `Celery`_ task, an email notification, or a cache invalidation.
|
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
|
Django provides the :func:`on_commit` function to register callback functions
|
||||||
that should be executed after a transaction is successfully committed:
|
that should be executed after a transaction is successfully committed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user