This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a70dbac0e60d50816295663b4739b1f7feb67466
mongoengine
/
tests
/
document
T
History
Yohan Graterol
a70dbac0e6
Merge pull request
#626
from KonishchevDmitry/pr-not-unique-error-on-update
...
Raise NotUniqueError in Document.update() on pymongo.errors.DuplicateKeyError
2014-06-25 10:18:09 -05:00
..
__init__.py
Undefined data should not override instance methods (
#49
)
2013-01-25 11:28:20 +00:00
class_methods.py
list_indexes support for multiple inheritance
2013-06-06 22:22:43 -07:00
delta.py
Fix multi level nested fields getting marked as changed (
#523
)
2013-11-29 16:24:32 +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
Depending on pymongo it might raise a TypeError or ValueError
2014-01-14 10:09:11 +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
Merge pull request
#626
from KonishchevDmitry/pr-not-unique-error-on-update
2014-06-25 10:18:09 -05:00
json_serialisation.py
to_json test updates
#420
2013-07-29 15:38:08 +00:00
validation.py
Merge branch 'master' into 0.8M
2013-04-17 11:57:53 +00:00