Re: Filtering the filters in Django Admin

2011-02-19 Thread gladys
I dont think there's a trivial way to do this. You might end up hacking into the django code itself. -- Gladys http://bixly.com On Feb 20, 5:58 am, SimpleDimple wrote: > Here is my code for a school projecthttp://dpaste.com/434311/ > > The code works fine, on studentadmin list page, I get filte

Filtering the filters in Django Admin

2011-02-19 Thread SimpleDimple
Here is my code for a school project http://dpaste.com/434311/ The code works fine, on studentadmin list page, I get filter for classes which is good but as you can see my project is multi-tenant so in filter area I want to show only the classes for the school the current user is logged in (tracke