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
Tom Floyer
3194a37fcb
Reset cursor object after .count()
...
This change fixes incorrect result of .only() method of QuerySet instance after using .count().
2018-12-08 22:16:57 +03:00
..
base
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_cls_in_constructor
2018-11-13 21:48:16 +01:00
queryset
Reset cursor object after .count()
2018-12-08 22:16:57 +03:00
__init__.py
bump version 0.16.3
2018-12-06 16:22:00 +08:00
common.py
fix styling flake8 error from CI
2018-08-05 22:30:51 +02:00
connection.py
Merge pull request
#1668
from erdenezul/read_preference_parse
2018-09-04 21:58:31 +08:00
context_managers.py
- Fixed tests to allow support of MongoDB 3.2
2018-09-30 21:59:15 +02:00
dereference.py
update changelog with changes since 0.15.3
2018-11-03 21:47:56 +01:00
document.py
Fix but with save(write_concern=None) - introduced in 0.16.1
2018-11-21 00:03:08 +01:00
errors.py
Improve overall code quality (based on pylint findings)
2018-10-07 23:05:18 +02:00
fields.py
minor fix in ImageField docstring
2018-11-04 22:14:27 +01:00
python_support.py
Fix deprecation warning about Hashable in py3.7
2018-10-05 16:17:55 +02:00
signals.py
Improve the health of this package (
#1428
)
2016-12-11 18:49:21 -05:00