django_celery_results.models¶
Database models.
-
class
django_celery_results.models.TaskResult(*args, **kwargs)[source]¶ Task result/status.
-
exception
DoesNotExist¶
-
exception
MultipleObjectsReturned¶
-
content_encoding¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
content_type¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
date_done¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
get_next_by_date_done(*moreargs, **morekwargs)¶
-
get_previous_by_date_done(*moreargs, **morekwargs)¶
-
get_status_display(*moreargs, **morekwargs)¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
meta¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
objects= <django_celery_results.managers.TaskResultManager object>¶
-
result¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
status¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
task_id¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
traceback¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception