Re: list_filter in newforms-admin doesn't worj

2007-06-26 Thread abe
ok, I'll do that. thanks -E On Jun 26, 5:13 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-06-25 at 16:10 +, abe wrote: > > > I'm using the newforms-admin branch, and have specified > > some admin options for a Experiment model like this > > > class

Re: list_filter in newforms-admin doesn't worj

2007-06-25 Thread Malcolm Tredinnick
On Mon, 2007-06-25 at 16:10 +, abe wrote: > > I'm using the newforms-admin branch, and have specified > some admin options for a Experiment model like this > > > class ExperimentalDataOptions(admin.ModelAdmin): > list_display = >

list_filter in newforms-admin doesn't worj

2007-06-25 Thread abe
I'm using the newforms-admin branch, and have specified some admin options for a Experiment model like this class ExperimentalDataOptions(admin.ModelAdmin): list_display = ('project_name','experiment_nr','experiment_date','short_title') search_fields =