Skip to content

Commit 60fd681

Browse files
Update docs/extending_task_results.rst
Co-authored-by: Allex <a.veldman@chain-stock.com>
1 parent 4b9dfef commit 60fd681

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
@@ -1,7 +1,7 @@
11
Extending Task Results
22
======================
33

4-
There are situations where you want to extend the Task Results with additional information that will make you able to retrieve information that was important at execution time of the task but not part of the task result itself. For example if you use :pypi:`django-celery-results` to track the task results from an tenant.
4+
There are situations where you want to extend the Task Results with additional information that will make you able to retrieve information that was important at execution time of the task but not part of the task result itself. For example if you use :pypi:`django-celery-results` to track the task results from a tenant.
55

66
To extend the Task Results model follow the next steps:
77

0 commit comments

Comments
 (0)