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 109, example 9.7: coherence with what was said in section 7.4 #78

Closed rgallart101 closed 9 years ago

rgallart101 commented 10 years ago

Currently the example sets the body for the get_absolute_url method as:

> return reverse("flavor_detail", ...

I think that in order to be coherent with namespaces met in section 7.4 it would be better for the method to say more something like:

> return reverse("flavors:detail", ...

Regards,

Ramon Maria Gallart Escolà

pydanny commented 9 years ago

:ship: :ship: :anchor: