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 the in-development release of Review Board. You can see the stable Review Board documentation or all previous versions.
Custom search index fields.
Bases: BooleanField
A custom BooleanField.
This works around an issue in django-haystack that
results in BooleanFields always returning True
.