Move is_indexable
properties from models
to models/mixins
#351
Labels
is_indexable
properties from models
to models/mixins
#351
Describe the solution you'd like
The
is_indexable
properties should belong on mixin classes (top of the class). Let's move those methods there (e.g. frommodels/issue.py
to models/mixins/issue.py forIssue
model)The text was updated successfully, but these errors were encountered: