Re: filtering out entries that are already made

2010-01-27 Thread Kenneth Gonsalves
On Thursday 28 Jan 2010 12:47:39 pm Kenneth Gonsalves wrote: > I have a model called Matchentry which has foreign keys to the Match model > and the Player model. When making a new Matchentry, obviously the choices > have to be limited to the players who have not already been entered. I > used t

filtering out entries that are already made

2010-01-27 Thread Kenneth Gonsalves
hi, I have a model called Matchentry which has foreign keys to the Match model and the Player model. When making a new Matchentry, obviously the choices have to be limited to the players who have not already been entered. I used to do this manually using plain python, but do we have a queryset