Makes sense since description is part of Meta.
But description_from_content relies on drawing the content from somewhere, falling back to the title, which is defined in Slugged.
So perhaps title belongs on Meta, which makes sense to me, and Slugged then subclasses Meta, then displayable need only subclass Slugged rather than both.
How does this sound?
Management command sounds good too.
On Thu, Mar 8, 2012 at 1:30 AM, step
<ste...@gmail.com> wrote:
1. Any objections to moving description_from_content() to the MetaData model?2. Adding a management command that runs description_from_content() for all models using MetaData so description_from_content is optionally tied to save...