Added AllForLocal to Who Uses. |
|
More...
|
almost 16 years ago
|
Added AllForLocal to Who Uses. |
|
More...
|
almost 16 years ago
|
Updated LJ's Who Uses information. |
|
More...
|
almost 16 years ago
|
Updated LJ's Who Uses information. |
|
More...
|
almost 16 years ago
|
Added Sunlight Labs & NASA to the Who Uses list. |
|
More...
|
almost 16 years ago
|
Added Sunlight Labs & NASA to the Who Uses list. |
|
More...
|
almost 16 years ago
|
Added Eldarion to the Who Uses list. |
|
More...
|
almost 16 years ago
|
Added Eldarion to the Who Uses list. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Log search queries with `DEBUG = True` for debugging purposes, similar to what Django does. |
|
More...
|
almost 16 years ago
|
Log search queries with `DEBUG = True` for debugging purposes, similar to what Django does. |
|
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`. |
|
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`. |
|
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. |
|
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. |
|
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. |
|
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. |
|
More...
|
almost 16 years ago
|
Fixed the lack of a `__unicode__` method on `SearchResult` objects. Thanks to mint_xian for pointing this out. |
|
More...
|
almost 16 years ago
|
Fixed the lack of a `__unicode__` method on `SearchResult` objects. Thanks to mint_xian for pointing this out. |
|
More...
|
almost 16 years ago
|
Typo'd the setup.py changes. Thanks to jlilly for catching that. |
|
More...
|
almost 16 years ago
|
Typo'd the setup.py changes. Thanks to jlilly for catching that. |
|
More...
|
almost 16 years ago
|
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out. |
|
More...
|
almost 16 years ago
|
Converted all query strings to Unicode for Whoosh. Thanks to simonw108 for pointing this out. |
|
More...
|
almost 16 years ago
|
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out. |
|
More...
|
almost 16 years ago
|
Added template tags to `setup.py`. Thanks to Bogdan for pointing this out. |
|
More...
|
almost 16 years ago
|
Added two more tests to the Whoosh backend, just to make sure. |
|
More...
|
almost 16 years ago
|
Added two more tests to the Whoosh backend, just to make sure. |
|
More...
|
almost 16 years ago
|
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out. |
|
More...
|
almost 16 years ago
|
Corrected the way Whoosh handles `order_by`. Thanks to Rowan for pointing this out. |
|
More...
|
almost 16 years ago
|