4
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Verified _fill_cache behavior. 100% test pass.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added a couple new desirable bits of functionality. Mostly stubbed.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added a couple new desirable bits of functionality. Mostly stubbed.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed fixme and updated docs.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed fixme and updated docs.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed an old reference to SearchPaginator.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed an old reference to SearchPaginator.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Updated import paths to new backend Base* location.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Updated import paths to new backend Base* location.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Relocated base backend classes to __init__.py for consistency with Django.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Relocated base backend classes to __init__.py for consistency with Django.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BaseSearchQuerySet initial API complete and all but working. One failing test related to caching results.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BaseSearchQuerySet initial API complete and all but working. One failing test related to caching results.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added new (improved?) template path for index templates.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added new (improved?) template path for index templates.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed SearchPaginator, as it no longer provides anything over the standard Django Paginator.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Removed SearchPaginator, as it no longer provides anything over the standard Django Paginator.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added len/iter support to BaseSearchQuerySet. Need to finish getitem support and test.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added len/iter support to BaseSearchQuerySet. Need to finish getitem support and test.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Started to update ModelIndex.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Started to update ModelIndex.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Started to alter dummy to match new class names/API.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Started to alter dummy to match new class names/API.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Little bits of cleanup.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Little bits of cleanup.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added overview of where functionality belongs in djangosearch. This should likely make it's way into other docs and go away eventually.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Added overview of where functionality belongs in djangosearch. This should likely make it's way into other docs and go away eventually.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BaseSearchQuery now tracks filters via QueryFilter objects. Tests complete for QueryFilter and nearly complete for BaseSearchQuery.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
BaseSearchQuery now tracks filters via QueryFilter objects. Tests complete for QueryFilter and nearly complete for BaseSearchQuery.
daniellindsley
as Daniel Lindsley
More... over 16 years ago
Started docs on creating new backends.
daniellindsley
as Daniel Lindsley
More... over 16 years ago