4
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the ``rebuild_index`` command so it can take all options that can be passed to either ``clear_index`` or ``update_index``. Thanks to brosner for suggesting this.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Changed the ``rebuild_index`` command so it can take all options that can be passed to either ``clear_index`` or ``update_index``. Thanks to brosner for suggesting this.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added ``--noinput`` flag to ``clear_index``. Thanks to aljosa for the suggestion.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added ``--noinput`` flag to ``clear_index``. Thanks to aljosa for the suggestion.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Updated the example in the template to be a little more real-world and user friendly. Thanks to j0hnsmith for pointing this out.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Updated the example in the template to be a little more real-world and user friendly. Thanks to j0hnsmith for pointing this out.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Fixed a bug with the Whoosh backend where scores weren't getting populated correctly. Thanks to horribtastic for the report.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Fixed a bug with the Whoosh backend where scores weren't getting populated correctly. Thanks to horribtastic for the report.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Changed ``EmptySearchQuerySet`` so it returns an empty list when slicing instead of mistakenly running queries. Thanks to askfor for reporting this bug.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Changed ``EmptySearchQuerySet`` so it returns an empty list when slicing instead of mistakenly running queries. Thanks to askfor for reporting this bug.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Switched ``SearchView`` & ``FacetedSearchView`` to use ``EmptySearchQuerySet`` (instead of a regular list) when there are no results. Thanks to acdha for the original patch.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Switched ``SearchView`` & ``FacetedSearchView`` to use ``EmptySearchQuerySet`` (instead of a regular list) when there are no results. Thanks to acdha for the original patch.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added RedditGifts to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added RedditGifts to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added Winding Road to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added Winding Road to "Who Uses".
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added ryszard's full name to AUTHORS.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added ryszard's full name to AUTHORS.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added initialization bits to part of the Solr test suite. Thanks to notanumber for pointing this out.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added initialization bits to part of the Solr test suite. Thanks to notanumber for pointing this out.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Started the 1.1-alpha work. Apologies for not doing this sooner.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Started the 1.1-alpha work. Apologies for not doing this sooner.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added an advanced setting for disabling Haystack's initialization in the event of a conflict with other apps.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added an advanced setting for disabling Haystack's initialization in the event of a conflict with other apps.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Altered ``SearchForm`` to use ``.is_valid()`` instead of ``.clean()``, which is a more idiomatic/correct usage. Thanks to askfor for the suggestion.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Altered ``SearchForm`` to use ``.is_valid()`` instead of ``.clean()``, which is a more idiomatic/correct usage. Thanks to askfor for the suggestion.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added MANIFEST to ignore list.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Added MANIFEST to ignore list.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Fixed Django 1.0 compatibility when using the Solr backend.
daniellindsley
as Daniel Lindsley
More... over 15 years ago
Fixed Django 1.0 compatibility when using the Solr backend.
daniellindsley
as Daniel Lindsley
More... over 15 years ago