Cheers Erik
I'll look at aggregation as well
Dates model is because it is supposed to operate on a very limited set of
dates
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
Den 25/02/2014 kl. 17.10 skrev MikeKJ :
> model:
> class Dates(models.Model):
> this_date = models.DateField()
>
> class Booking(models.Model)
> seats = models.IntegerField()
> date = models.ForeignKey(Dates)
>
> report view:
> this_date = "01-01-2000"
> seats = 0
> daily
2 matches
Mail list logo