Re: How to filter objects by return value of Model's or AdminModel's method by list_filter?

2008-09-04 Thread MakotoSatoh
Hi, Karen, > > Can I include my Model's or AdminModel's method into AdminModels > > list_filter? > No, the filtering is done at the database level. Thanks. I've added Boolean field with default value and overrode the Model's save() method to update that field with calculated value from the othe

How to filter objects by return value of Model's or AdminModel's method by list_filter?

2008-09-04 Thread MakotoSatoh
Hi, Can I include my Model's or AdminModel's method into AdminModels list_filter? I don't want to store the value in database, since that value is calculatable on the fly. Thanks in advance and congratuation on 1.0 release. --~--~-~--~~~---~--~~ You received thi