mongoengine/tests
Marc Tamlyn 219d316b49 Fix iteration on querysets.
If iteration of a queryset was interrupted (by a break, or a caught
error), the next iterator would start from the second element as the
cursor had already moved to the first. This is fixed by adding a rewind
into the __iter__ method.
2011-10-05 13:26:57 +01:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
dereference.py Added select_related() and refactored dereferencing 2011-06-27 12:25:49 +01:00
django_tests.py get_document_or_404 raises 404 if given an invalid ObjectId 2011-07-14 18:43:11 -04:00
document.py Added InvalidDocumentError 2011-09-09 17:36:40 +01:00
fields.py Merge remote branch 'wpjunior/genericembeddedfield' into genericembeddedfield 2011-09-09 06:07:07 -07:00
fixtures.py Added document mixin support 2011-06-20 09:44:53 +01:00
queryset.py Fix iteration on querysets. 2011-10-05 13:26:57 +01:00
signals.py Fixes to signals 2011-06-14 16:56:04 +01:00