diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index a5dfc57f87..15dcb41eb9 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -39,7 +39,7 @@ used to track the inventory for a series of online bookstores: rating = models.FloatField() authors = models.ManyToManyField(Author) publisher = models.ForeignKey(Publisher) - pubdate = models.DateField + pubdate = models.DateField() class Store(models.Model): name = models.CharField(max_length=300)