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