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

Class Bookmark

tests/fields/test_fields.py:1600–1601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598 title = StringField()
1599
1600 class Bookmark(Document):
1601 bookmark_object = GenericReferenceField()
1602
1603 Link.drop_collection()
1604 Post.drop_collection()

Calls 2

StringFieldClass · 0.90