Re: common model

2007-03-31 Thread dballanc
Malcolm, I'm not the op, but have done what you suggested in splitting models and linking with OnetoOne fields in the past. It worked perfectly except for one problem: I couldn't figure out any way to order search results by a field in a related model. I tried everything I could think of and as

Re: common model

2007-03-30 Thread Malcolm Tredinnick
On Fri, 2007-03-30 at 20:34 +, drackett wrote: > If I have multiple items that I want to use a common model, is there a > way to do this? currently I have: > > class Link(models.Model): > author = models.ForeignKey(User) > link = URLField() > description = TextField(blank=Tr