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

typo on page 75: "clasmethods" #44

Closed ghost closed 9 years ago

ghost commented 9 years ago

There is a typo on page 75 of the book, where you have written "clasmethods" instead of "classmethods". It is in the first sentence under the heading 6.5 Understanding Fat Models. I've copied it and pasted it here.

6.5 Understanding Fat Models 􏰁"...e concept of fat models is that rather than putting data-related code in views and templates, instead we encapsulate the logic in model methods, ==> clasmethods <==, properties, even manager..."

pydanny commented 9 years ago

:ship:

pydanny commented 9 years ago

22f8a70165181c6c47b42865e3ad462ea95b48a9