Re: Cascade Soft Delete

2009-07-22 Thread Russell Keith-Magee
On Thu, Jul 23, 2009 at 2:57 AM, Steven Stelmach wrote: > > Hi all, > > I'm working with models (for a newspaper site) similar to this: > > - Abstract class Content with child class Article. > - Each Content object is related one-to-one with a ContentGeneric, > which has a published_status field.

Re: Cascade Soft Delete

2009-07-22 Thread Russell Keith-Magee
On Thu, Jul 23, 2009 at 2:57 AM, Steven Stelmach wrote: > > Hi all, > > I'm working with models (for a newspaper site) similar to this: > > - Abstract class Content with child class Article. > - Each Content object is related one-to-one with a ContentGeneric, > which has a published_status field.

Cascade Soft Delete

2009-07-22 Thread Steven Stelmach
Hi all, I'm working with models (for a newspaper site) similar to this: - Abstract class Content with child class Article. - Each Content object is related one-to-one with a ContentGeneric, which has a published_status field. - Articles have related_content, which is a M2M field with ContentGene