reviewboard.search.fields¶
Custom search index fields.
-
class
BooleanField(**kwargs)[source]¶ Bases:
haystack.fields.BooleanFieldA custom BooleanField.
This works around an issue in django-haystack that results in BooleanFields always returning
True.