You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/working-with-blocks.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ We have:
156
156
157
157
The ``Meta.model`` declaration is essential: wagtail-factories needs this to create values of the correct type. It should be the relevant block class.
158
158
159
-
In this example, we're using the API exposed by ``factory.Faker``. This helps us to generate reasonable-looking defaults for fields we don't specify explicit values for when creating block instances.
159
+
In the next example, we're using the API exposed by ``factory.Faker``. This helps us to generate reasonable-looking defaults for fields we don't specify explicit values for when creating block instances.
160
160
161
161
.. code:: python
162
162
@@ -315,8 +315,8 @@ We can also use double-underscores to traverse the block definition tree, and sp
0 commit comments