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

Word "transactions" confusing by itself. #97

Closed HiGregSmith closed 7 years ago

HiGregSmith commented 9 years ago

(Page number refers to Release version 1.8 PDF, this is derived from my PDF notes on Kindle.)

Section 7.7.2 (within "TIP: Never Wrap Individual ORM Method Calls") "Instead, use transactions when you are calling several ORM methods..."

Two Scoops of Django_ Best Practices for Django 1.8

perhaps more precisely "explicit transactions"

In general, the word "transactions" by itself is confusing because it doesn't delineate implicit line-by-line transactions vs. "wrapped" or "explicit" transactions. I prefer the adjective "explicit".

pydanny commented 7 years ago

:ship: