Re: Proposal: Search Manipulator

2006-08-21 Thread Corey Oordt
Here is my code for the AutomaticSearchManipulator: from django.db.models.manipulators import * from django.db.models.query import Q class AutomaticSearchManipulator (AutomaticManipulator): """ A generic manipulator for searching. It does all the work for "query by example" quer

Proposal: Search Manipulator

2006-08-20 Thread Corey
I had a need to provide a "Search by example" form, and I thought that a new type of manipulator similar to an AddManipulator and ChangeManipulator. I've started the code, and would be happy to submit when I'm done if you guys/glas think it Django-ish enough. The idea is that a view to handle se