We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e121980 commit 10f2637Copy full SHA for 10f2637
source/includes/use-sample-data.rst
@@ -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
+The |model-classes| an inner ``Meta`` class, which specifies
+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
5
Create Models guide.
6
7
Run Code Examples
0 commit comments