Re: two models, 1 table

2009-05-12 Thread Alex Gaynor
On Tue, May 12, 2009 at 2:43 AM, Malcolm Tredinnick < malc...@pointy-stick.com> wrote: > > On Mon, 2009-05-11 at 22:19 -0700, George Song wrote: > > On 5/11/2009 8:55 PM, rpupkin77 wrote: > > > Hi, can I use the same table in two different models and surface > > > different data in each, model, pa

Re: two models, 1 table

2009-05-11 Thread Malcolm Tredinnick
On Mon, 2009-05-11 at 22:19 -0700, George Song wrote: > On 5/11/2009 8:55 PM, rpupkin77 wrote: > > Hi, can I use the same table in two different models and surface > > different data in each, model, particularly in the admin panel? > > Sounds like a job for proxy models[1], each with its own defa

Re: two models, 1 table

2009-05-11 Thread George Song
On 5/11/2009 8:55 PM, rpupkin77 wrote: > Hi, can I use the same table in two different models and surface > different data in each, model, particularly in the admin panel? Sounds like a job for proxy models[1], each with its own default manager. [1]