This documentation covers Djblets 1.0.
You can select a version above or
view the latest documentation.
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.
-
__str__()[source]
-
get_extension_class()[source]
Retrieves the python object for the extensions class.
-
extension_class[source]
Retrieves the python object for the extensions class.
-
__unicode__()[source]
-
get_settings_json()[source]
-
set_settings_json(json)[source]