This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
You've already forked mongoengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mongoengine
/
mongoengine
History
blackbrrr
c58f377a0a
removed reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document
2009-12-19 08:53:52 +08:00
..
__init__.py
Renamed project to mongoengine
2009-11-21 18:41:10 +00:00
base.py
removed reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document
2009-12-19 08:53:52 +08:00
connection.py
Renamed project to mongoengine
2009-11-21 18:41:10 +00:00
document.py
Added sort method to QuerySet
2009-12-18 18:41:44 +00:00
fields.py
Renamed Document._id to id (still _id in DB)
2009-12-18 16:31:32 +00:00
queryset.py
Added sort method to QuerySet
2009-12-18 18:41:44 +00:00