On Sun, Feb 20, 2011 at 9:39 PM, Frank W. Samuelson <
fr...@merrill-samuelson.com> wrote:
> I have an class payment that links to households
> class Payment(models.Model):
># Which household made this payment?
>household = models.ForeignKey(Household)
>...
>
> and the household has a p
I have an class payment that links to households
class Payment(models.Model):
# Which household made this payment?
household = models.ForeignKey(Household)
...
and the household has a payment inline in the admin
interface.
When I add a payment from the list of Payments, the first
2 matches
Mail list logo