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 f3902b9 commit 0633048Copy full SHA for 0633048
docs/backend/schemas.md
@@ -236,6 +236,11 @@ some starting points:
236
237
## Advanced
238
239
+```{note}
240
+Most examples in the section is very low level Zope stuff.
241
+In Plone you rarely have to deal with it much. But we keep it here for the interested, who things are working internally.
242
+```
243
+
244
We can use a schema class to store data based on our model definition in the ZODB
245
database.
246
@@ -615,6 +620,7 @@ def fields(self):
615
620
Because how Python object construction works, giving \[\] or {}
616
621
as a default value will make all created field values to share this same object.
617
622
623
+- https://docs.python-guide.org/writing/gotchas
618
624
619
625
Use value adapters instead
626
0 commit comments