djblets.extensions.models¶
Extension models.
- class RegisteredExtension(*args, **kwargs)[source]¶
Bases:
Model
Extension registration info.
An extension that was both installed and enabled at least once. This may contain settings for the extension.
This does not contain full information for the extension, such as the author or description. That is provided by the Extension object itself.
- class_name[source]¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- name[source]¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- enabled[source]¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- installed[source]¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- settings[source]¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- get_settings_json()¶
- id¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- set_settings_json(json)¶