This documentation covers the in-development release of Review Board.
You can see the stable Review Board
documentation or
all previous versions.
reviewboard.licensing.features
Licensing feature flags.
-
class LicensingFeature(register: bool = True)[source]
Bases: Feature
A feature for enabling license management.
When enabled, licensed product information will appear in the
Administration UI and in banners when necessary.
-
feature_id: Optional[str] = 'licensing'[source]
The unique ID/slug of the feature.
-
name: Optional[StrOrPromise] = 'Licensing Support'[source]
The name of the feature.
-
level: FeatureLevel = 10[source]
Stability level of the feature.
-
summary: Optional[StrOrPromise] = 'Support for managing licensed Review Board products.'[source]
A summary of the feature.
-
licensing_feature = <reviewboard.licensing.features.LicensingFeature object>[source]
Feature flag for license management.