reviewboard.site.conditions¶
Condition support for Local Sites.
- class LocalSiteModelChoiceMixin[source]¶
Bases:
object
Mixin to restrict model choices to those on a Local Site.
This will ensure that any queries are bound to a
LocalSite
, if provided to the condition field widget throughchoice_kwargs
.