mongoengine/tests
Ross Lawley e80144e9f2 Added multidb support
No change required to upgrade to multiple databases. Aliases are used
to describe the database and these can be manually registered or fall
through to a default alias using connect.

Made get_connection and get_db first class members of the connection class.
Old style _get_connection and _get_db still supported.

Refs: #84 #87 #93 #215
2011-11-22 08:01:14 -08:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
connection.py Added multidb support 2011-11-22 08:01:14 -08:00
dereference.py Added multidb support 2011-11-22 08:01:14 -08: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 multidb support 2011-11-22 08:01:14 -08:00
dynamic_document.py Added multidb support 2011-11-22 08:01:14 -08:00
fields.py Added multidb support 2011-11-22 08:01:14 -08:00
fixtures.py Added multidb support 2011-11-22 08:01:14 -08:00
mongoengine.png Added ImageField Support 2011-10-27 00:58:47 -07:00
queryset.py Added multidb support 2011-11-22 08:01:14 -08:00
signals.py Removed debug print 2011-10-27 01:18:32 -07:00