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
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
2 matches
Mail list logo