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/persistence.rst
+5-2
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,8 @@ Document Inheritance
338
338
~~~~~~~~~~~~~~~~~~~~
339
339
340
340
You can use standard Python inheritance to extend models, this can be useful in
341
-
a few scenarios. For example if you want to have a ``BaseDocument`` defining some common fields that several different ``Document`` classes should share:
341
+
a few scenarios. For example if you want to have a ``BaseDocument`` defining
342
+
some common fields that several different ``Document`` classes should share:
342
343
343
344
.. code:: python
344
345
@@ -365,7 +366,9 @@ Another use case would be using the `join type
0 commit comments