django_celery_results.models

Database models.

class django_celery_results.models.TaskResult(*args, **kwargs)[source]

Task result/status.

exception DoesNotExist
exception MultipleObjectsReturned
as_dict()[source]
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(**morekwargs)
get_previous_by_date_done(**morekwargs)
get_status_display(**morekwargs)
hidden

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_args

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.

task_kwargs

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

task_name

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.