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
Harry Marr
4012722a8d
QuerySet.item_frequencies works with non-list fields
2010-10-03 15:01:45 +01:00
..
django
Merge branch 'master' of
http://github.com/serverplot/mongoengine
into v0.4
2010-08-30 13:56:28 +01:00
__init__.py
Bump to v0.3
2010-03-17 16:50:13 +00:00
base.py
Added support for using custom QuerySet classes
2010-09-15 09:47:13 +01:00
connection.py
Adding multiprocessing support to mongoengine by using the identity of the process to define the connection. Each 'thread' gets its own pymongo connection.
2010-09-16 17:19:58 -04:00
document.py
added a 'validate' option to Document.save() +docs +tests
2010-09-11 17:45:57 +02:00
fields.py
Made lists of recursive reference fields possible
2010-10-03 01:48:42 +01:00
queryset.py
QuerySet.item_frequencies works with non-list fields
2010-10-03 15:01:45 +01:00