mongoengine/tests
Ross Lawley 2a391f0f16 Raise an error if trying to perform a join
You can't join across reference fields, so raise an error
if someone tries to.
2012-02-29 10:10:51 +00:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
connection.py Updates to imports for future pymongo 2.2 2012-02-17 11:18:25 +00:00
dereference.py Fixes circular list references 2011-11-29 03:43:49 -08:00
django_tests.py Fixed pagination limit / skip bug 2012-01-16 09:03:12 +00:00
document.py Raise an error if trying to perform a join 2012-02-29 10:10:51 +00:00
dynamic_document.py Dynamic Documents now support string query lookups 2011-12-06 06:38:25 -08:00
fields.py Add dict.update() support to BaseDict. 2012-01-16 19:13:03 +08:00
fixtures.py Fixed GridFS documents can now be pickled 2011-12-05 04:16:57 -08:00
mongoengine.png Added ImageField Support 2011-10-27 00:58:47 -07:00
queryset.py Updates can now take raw queries 2012-02-24 15:48:32 +00:00
signals.py Removed debug print 2011-10-27 01:18:32 -07:00