Re: a few questions about django

2006-11-07 Thread Florian Apolloner
James Bennett schrieb: > On 11/7/06, Florian Apolloner <[EMAIL PROTECTED]> wrote: > > Yes I see this box, but I (for example) don't won't to see all users > > and have to klick on is_staff->yes, I want this to be preselected > > (which means I don't want to see all by default) to show only > > i

Re: Re: a few questions about django

2006-11-07 Thread James Bennett
On 11/7/06, Florian Apolloner <[EMAIL PROTECTED]> wrote: > Yes I see this box, but I (for example) don't won't to see all users > and have to klick on is_staff->yes, I want this to be preselected > (which means I don't want to see all by default) to show only > is_staff->yes, unless I klick no, or

Re: a few questions about django

2006-11-07 Thread Florian Apolloner
> On 11/7/06, Florian Apolloner <[EMAIL PROTECTED]> wrote: > > 1.) In the admin-area you can use filters ( list_filter = ('is_staff', > > 'is_superuser') ), which show by default all entries. Now I want to > > have the entries prefilterd (let's say i have a boolean field, and want > > all entries

Re: a few questions about django

2006-11-07 Thread Frankie Robertson
On 07/11/06, Florian Apolloner <[EMAIL PROTECTED]> wrote: > > I have a few questions about django, where I didn't found the answer in > the docu. > > Here they are: > > 1.) In the admin-area you can use filters ( list_filter = ('is_staff', > 'i

Re: a few questions about django

2006-11-07 Thread James Bennett
On 11/7/06, Florian Apolloner <[EMAIL PROTECTED]> wrote: > 1.) In the admin-area you can use filters ( list_filter = ('is_staff', > 'is_superuser') ), which show by default all entries. Now I want to > have the entries prefilterd (let's say i have a boolean field, and want > all entries with true

a few questions about django

2006-11-07 Thread Florian Apolloner
I have a few questions about django, where I didn't found the answer in the docu. Here they are: 1.) In the admin-area you can use filters ( list_filter = ('is_staff', 'is_superuser') ), which show by default all entries. Now I want to have the entries prefilterd (l