Re: Default filter value for Admin?

2010-03-27 Thread david.schruth
That's it! thanks! On Mar 27, 1:56 am, Dennis Kaarsemaker wrote: > On vr, 2010-03-26 at 17:21 -0700, david.schruth wrote: > > > I'm wondering if there is an easy way to set up a default filter on > > the rows of my table: > > > 1) at all > > Yes. &g

Default filter value for Admin?

2010-03-26 Thread david.schruth
I'm wondering if there is an easy way to set up a default filter on the rows of my table: 1) at all 2) using a foreign class' field for example. lets say I have a table called 'student' with fields name, gpa, school, etc and another called 'school' with fields name, closed in the case o

database schemas support for postgresql psycopg2

2009-05-29 Thread david.schruth
Hello, I'm trying to get this working for multiple (non public) schemas in postgresql databases using the psycopg2 database driver. I'm using the most current svn of django 1.01 (from today). I've tried both of the following two methods neither of which seem to work: db_schema = 'whatever' #