AbstractEmailQueueItem
Overview
Make subclasses preserve the alters_data attribute on overridden methods.
Meta
Source
server/vueda/vdq/models.py:284
html
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
html(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
subject
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
subject(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
text
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
text(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
Source
server/vueda/vdq/models.py:279