Updated link to Celery.

This commit is contained in:
David Smith 2020-06-02 13:37:16 +01:00 committed by GitHub
parent 0daddf093f
commit 06c8565a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: