MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / Link

Class Link

tests/fields/test_fields.py:1593–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1591 """Ensure that a GenericReferenceField properly dereferences items."""
1592
1593 class Link(Document):
1594 title = StringField()
1595 meta = {"allow_inheritance": False}
1596
1597 class Post(Document):
1598 title = StringField()

Calls 1

StringFieldClass · 0.90