djblets.extensions.models¶
-
class
RegisteredExtension
(*args, **kwargs)[source]¶ Bases:
django.db.models.base.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.