mongoengine/mongoengine
2010-09-25 22:47:09 +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 Raise AttributeError when necessary on GridFSProxy 2010-09-25 22:47:09 +01:00
queryset.py Merge branch 'v0.4' of github.com:hmarr/mongoengine into v0.4 2010-09-19 17:18:39 +01:00