Skip to content

Commit 66ad4f9

Browse files
committed
sample data include edit
1 parent 9f3e667 commit 66ad4f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/includes/use-sample-data.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
The |model-classes| an inner ``Meta`` class and a ``__str__()`` method.
2-
To learn about these model features, see :ref:`django-models-define` in the
1+
The |model-classes| an inner ``Meta`` class, which specifies
2+
model metadata, and a ``__str__()`` method, which sets the
3+
model's string representation to its ``title`` field. To learn about
4+
these model features, see :ref:`django-models-define` in the
35
Create Models guide.
46

57
Run Code Examples

0 commit comments

Comments
 (0)