Re: Method problem with .save()

2007-03-15 Thread Atilla
On 15/03/07, DuncanM <[EMAIL PROTECTED]> wrote: > > I have 2 classes: This post is really too long to be able to understand what and where it's going on. "Revision matching query does not exist" is usually caused when you're trying to select something out of the database and your query coudn't m

Method problem with .save()

2007-03-14 Thread DuncanM
I have 2 classes: # # SquadSelector Class # class SquadSelector(models.Model): fixture = models.ForeignKey(Fixture, verbose_name="Fixture", core=True, help_text="Fixture to select squad for.") gk = models.ForeignKey(Player, verbose_name="Goal Keeper