4
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added debugging information about the Whoosh lock error.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added debugging information about the Whoosh lock error.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Brought the TODO up to date.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Brought the TODO up to date.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a warning to the documentation about how `__startswith` may not always provide the expected results. Thanks to codysoyland for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a warning to the documentation about how `__startswith` may not always provide the expected results. Thanks to codysoyland for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added debugging documentation, with more examples coming in the future.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added debugging documentation, with more examples coming in the future.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a new `basic_search` view as a both a working example of how to write traditional views and as a thread-safe view, which the class-based ones may/may not be.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a new `basic_search` view as a both a working example of how to write traditional views and as a thread-safe view, which the class-based ones may/may not be.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed sample template in the documentation. Thanks to lemonad for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed sample template in the documentation. Thanks to lemonad for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated documentation to include a couple more Sphinx directives. Index is now more useful.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated documentation to include a couple more Sphinx directives. Index is now more useful.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Made links more obvious in documentation.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Made links more obvious in documentation.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added an `example_project` demonstrating how a sample project might be setup.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added an `example_project` demonstrating how a sample project might be setup.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed `load_backend` to use the argument passed instead of always the `settings.HAYSTACK_SEARCH_ENGINE`. Thanks to newgene for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed `load_backend` to use the argument passed instead of always the `settings.HAYSTACK_SEARCH_ENGINE`. Thanks to newgene for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Regression where sometimes `narrow_queries` got juggled into a list when it should be a set everywhere. Thanks tcline & ericholscher for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Regression where sometimes `narrow_queries` got juggled into a list when it should be a set everywhere. Thanks tcline & ericholscher for the report.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated the Whoosh backend's version requirement to reflect the fully working version of Whoosh.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated the Whoosh backend's version requirement to reflect the fully working version of Whoosh.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
With the latest SVN version of Whoosh (r344), `SearchQuerySet()` now works properly in Whoosh.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
With the latest SVN version of Whoosh (r344), `SearchQuerySet()` now works properly in Whoosh.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a `FacetedModelSearchForm`. Thanks to mcroydon for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added a `FacetedModelSearchForm`. Thanks to mcroydon for the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added translation capabilities to the `SearchForm` variants. Thanks to hejsan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added translation capabilities to the `SearchForm` variants. Thanks to hejsan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago