4
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added AllForLocal to Who Uses.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added AllForLocal to Who Uses.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated LJ's Who Uses information.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Updated LJ's Who Uses information.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added Sunlight Labs & NASA to the Who Uses list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added Sunlight Labs & NASA to the Who Uses list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added Eldarion to the Who Uses list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added Eldarion to the Who Uses list.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
The underlying caching has been fixed so it no longer has to fill the entire cache before it to ensure consistency.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
The underlying caching has been fixed so it no longer has to fill the entire cache before it to ensure consistency.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Log search queries with `DEBUG = True` for debugging purposes, similar to what Django does.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Log search queries with `DEBUG = True` for debugging purposes, similar to what Django does.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
When more of the cache is populated, provide a more accurate `len()` of the `SearchQuerySet`. This ought to only affect advanced usages, like excluding previously-registered models or `load_all_queryset`.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
When more of the cache is populated, provide a more accurate `len()` of the `SearchQuerySet`. This ought to only affect advanced usages, like excluding previously-registered models or `load_all_queryset`.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug where `SearchQuerySet`s longer than `REPR_OUTPUT_SIZE` wouldn't include a note about truncation when `__repr__` is called.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed a bug where `SearchQuerySet`s longer than `REPR_OUTPUT_SIZE` wouldn't include a note about truncation when `__repr__` is called.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added the ability to choose which site is used when reindexing. Thanks to SmileyChris for pointing this out and the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added the ability to choose which site is used when reindexing. Thanks to SmileyChris for pointing this out and the original patch.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed the lack of a `__unicode__` method on `SearchResult` objects. Thanks to mint_xian for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Fixed the lack of a `__unicode__` method on `SearchResult` objects. Thanks to mint_xian for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Typo'd the setup.py changes. Thanks to jlilly for catching that.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Typo'd the setup.py changes. Thanks to jlilly for catching that.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added two more tests to the Whoosh backend, just to make sure.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Added two more tests to the Whoosh backend, just to make sure.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out.
daniellindsley
as Daniel Lindsley
More... almost 16 years ago