This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2a391f0f16c389ff2039643b3b4c511914cd51a6
mongoengine
/
mongoengine
T
History
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
..
django
added custom db_alias support for MongoEngine DjangoSession
2011-12-07 13:36:35 -02:00
__init__.py
Updated Docs and bumped version
2011-12-02 08:14:25 -08:00
base.py
Updates to imports for future pymongo 2.2
2012-02-17 11:18:25 +00:00
connection.py
uri_dict will have the 'database' key even if the database wasn't present in the uri. We must check it's value as well.
2012-02-24 00:07:57 +01:00
dereference.py
Updates to imports for future pymongo 2.2
2012-02-17 11:18:25 +00:00
document.py
Updates to imports for future pymongo 2.2
2012-02-17 11:18:25 +00:00
fields.py
Updates to imports for future pymongo 2.2
2012-02-17 11:18:25 +00:00
queryset.py
Raise an error if trying to perform a join
2012-02-29 10:10:51 +00:00
signals.py
Pre and post bulk-insert signals
2011-09-09 19:17:40 +01:00
tests.py
Added multidb support
2011-11-22 08:01:14 -08:00