twoscoops / two-scoops-of-django-1.6

Tracking thoughts and feature requests for Two Scoops of Django 1.6
51 stars 7 forks source link

Page 86, Example 7.4. Beginning of the page. #77

Closed rgallart101 closed 9 years ago

rgallart101 commented 10 years ago

In the example we have:

> return reverse("tastes:detail",

And I think that should be:

> return reverse("tastings:detail",

Changing tastes for tastings

pydanny commented 9 years ago

:ship: