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
/
queryset
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
Fixing for python2.5
2012-12-19 12:51:42 +00:00
base.py
Merge pull request
#626
from KonishchevDmitry/pr-not-unique-error-on-update
2014-06-25 10:18:09 -05:00
field_list.py
Fixed slice when using inheritance causing fields to be excluded (
#437
)
2013-08-20 09:14:58 +00:00
manager.py
Added no_dereference context manager (
#82
)
2013-01-23 19:05:44 +00:00
queryset.py
Fixed QuerySetNoCache.count() caching (
#410
)
2013-07-30 10:30:16 +00:00
transform.py
Fix setting Geo Location fields (
#488
)
2013-11-29 11:41:54 +00:00
visitor.py
Querysets are now lest restrictive when querying duplicate fields (
#332
,
#333
)
2013-06-04 10:46:38 +00:00