0

Is there any interface that exists already to facilitate selecting objects with django's filter function? I'd like to have the power of the filter function in my app, but don't really feel like writing a clumsy facade to just pass things through to the filter function.

2 Answers 2

3

I'm a big big fan of django-filter and know I'm not the only one who hopes this will be included as a contrib app in Django.

Sign up to request clarification or add additional context in comments.

Comments

0

The admin interface is pretty close to what you want I think. It comes with django out of the box.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.