Steve Piercy
2016-03-02 9918f44d83e59d7d04c3fa47ae940dc3d5e65ccc
Merge pull request #2391 from stevepiercy/1.5-branch

give sentence a colostomy, break into two
1 files modified
9 ■■■■■ changed files
docs/quick_tutorial/view_classes.rst 9 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/view_classes.rst
@@ -10,11 +10,10 @@
Background
==========
So far our views have been simple, free-standing functions. Many times
your views are related: different ways to look at or work on the same
data or a REST API that handles multiple operations. Grouping these
together as a
:ref:`view class <class_as_view>` makes sense:
So far our views have been simple, free-standing functions. Many times your
views are related to one another. They may be different ways to look at or work
on the same data, or be a REST API that handles multiple operations. Grouping
these views together as a :ref:`view class <class_as_view>` makes sense:
- Group views