Skip to content

Commit 48f278a

Browse files
Update docs/extending_task_results.rst
Co-authored-by: Allex <[email protected]>
1 parent a5681a6 commit 48f278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending_task_results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To extend the Task Results model follow the next steps:
3030
3131
return {"tenant_id": task_kwargs.get("tenant_id", None)}
3232
33-
#. To let :pypi:`django-celery-results` call this function internally you've to set the `CELERY_RESULTS_EXTEND_TASK_PROPS_CALLBACK` constant in your Django project's :file:`settings.py` with the function that you've just created.
33+
#. To let :pypi:`django-celery-results` call this function, you'll have to set the `CELERY_RESULTS_EXTEND_TASK_PROPS_CALLBACK` constant in your Django project's :file:`settings.py`.
3434

3535
.. code-block:: python
3636

0 commit comments

Comments
 (0)