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
Files
1aa2b86df31822ec527460db16422e2177e81eee
mongoengine
/
tests
/
document
History
Ross Lawley
d593f7e04b
Fixed EmbeddedDocuments with
id
also storing
_id
(
#402
)
2013-07-11 08:11:00 +00:00
..
__init__.py
…
class_methods.py
list_indexes support for multiple inheritance
2013-06-06 22:22:43 -07:00
delta.py
_dynamic field updates - fixed pickling and creation order
2013-07-10 10:57:24 +00:00
dynamic.py
Document serialization uses field order to ensure a strict order is set (
#296
)
2013-04-26 11:38:45 +00:00
indexes.py
Removed import with from future
2013-05-01 08:48:14 +00:00
inheritance.py
Make test_indexes_and_multiple_inheritance place nice with py3.3 (
#364
)
2013-06-07 08:33:34 +00:00
instance.py
Fixed EmbeddedDocuments with
id
also storing
_id
(
#402
)
2013-07-11 08:11:00 +00:00
json_serialisation.py
…
validation.py
…