reviewboard.search.fields¶
Custom search index fields.
- class BooleanField(**kwargs)[source]¶
- Bases: - BooleanField- A custom BooleanField. - This works around an issue in django-haystack that results in BooleanFields always returning - True.
This documentation covers Review Board 5.0. You can select a version above or view the latest documentation.
Custom search index fields.
Bases: BooleanField
A custom BooleanField.
This works around an issue in django-haystack that
results in BooleanFields always returning True.