updates
IndexableSignalHandler.disconnect
updated to return a count of the number of handlers removed, so you can determine whether signals were already previously disconnected- Now tested against Django 4.1, 4.2, and 5.0
- bugfix:
AliasedSolrQuerySet
now supports aliasing for keyword arguments when calling thesearch
method
What's Changed (auto-generated report)
- Update signal disconnect method to return count of handlers removed by @rlskoeser in #84
- v0.9.2 - support aliased fields in AliasedQuerySet.search method by @rlskoeser in #87
Full Changelog: 0.9.1...0.9.2