Re: django-easyfilters for filtering data in a view

2011-10-31 Thread Alan
If anyone else is having trouble here, my problem was in passing the template when loaded from an external file--specifying the template inline worked fine for me. The context variables are provided in the documentation. Good luck -alan On Oct 30, 9:21 pm, Alan wrote:

django-easyfilters for filtering data in a view

2011-10-30 Thread Alan
I'm trying to put together a view that filters data similar to the admin interface's change lists for a model. Does anyone use django-easyfilters for this purpose? The documentation is very terse on how to use the get_template() method: