twoscoops / two-scoops-of-django-1.8

Tracking thoughts and feature requests for Two Scoops of Django 1.8 in the issue tracker. And the book's code examples are here.
400 stars 81 forks source link

Example 29.10 (deserialize) -> Copy and pasted line from 29.9 unnecesary #129

Closed jgomo3 closed 7 years ago

jgomo3 commented 8 years ago

The line being:

favs = Favorite.objects.filter()[:5]

It is useless in this deserialize example.

pydanny commented 7 years ago

🚢 :shipit: