Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ DateDoc
Class
DateDoc
tests/test_connection.py:625–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
623
d = datetime.datetime(2010, 5, 5, tzinfo=utc)
624
625
class
DateDoc(Document):
626
the_date = DateTimeField(required=True)
627
628
DateDoc.drop_collection()
629
DateDoc(the_date=d).save()
Callers
1
test_connect_tz_aware
Method · 0.85
Calls
1
DateTimeField
Class · 0.90
Tested by
1
test_connect_tz_aware
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…