Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.21k
stars
129
forks
source link
Allow referencing `watson_rank` in annotations #245
Closed
moggers87 closed 6 years ago
Previously, this would raise a
FieldError
asQuerySet.extra
is an old API and won't support any of the new(er) expressions that Django now supports.Included is a test to demonstrate the bug I was encountering.