mongoengine/tests
David Ignacio e07ecc5cf8 Cleanup referenced GridFS files when a document is deleted
Note that drop_collection is not modified since there is no
guarantee that a GridFS collection holds files for only one
Document class.  Otherwise you could drop files for other fields
or documents accidentally.
2012-05-05 01:33:08 -04:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
connection.py Make uri style connections use parameters not specified in the uri, as well as other keyword arguments 2012-03-02 15:33:38 +01:00
dereference.py whoops, don't dereference all references as the first type encountered 2012-04-12 11:42:10 -07:00
django_tests.py Fixing sessions for django 1.3 and django 1.4 2012-04-24 21:00:30 +01:00
document.py Fixed indexing on _id for covered indexes 2012-05-01 11:27:37 +01:00
dynamic_document.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00:00
fields.py Cleanup referenced GridFS files when a document is deleted 2012-05-05 01:33:08 -04:00
fixtures.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00:00
mongoengine.png Added ImageField Support 2011-10-27 00:58:47 -07:00
queryset.py add "safe" and "write_options" parameters to QuerySet.insert similar to Document.save 2012-04-26 13:56:52 -07:00
replicaset_connection.py Fixed replicaset_connection test 2012-05-01 09:14:38 +01:00
signals.py Removed debug print 2011-10-27 01:18:32 -07:00