Django admin default filter
Posted
by h3
on Stack Overflow
See other posts from Stack Overflow
or by h3
Published on 2010-06-18T13:08:19Z
Indexed on
2010/06/18
13:13 UTC
Read the original article
Hit count: 192
django
|django-admin
I know I already managed to do this but can't remember how nor I can't find any documentation about this..
How can apply a filter by default on a object list view in the admin ?
I have an app which list quotes and those quotes have a status (ex: accepted, rejected, on hold ..).
I want the filter set on status='accepted' by default that is..
© Stack Overflow or respective owner