mongoengine/tests
helduel 1a93b9b226 More precise "created" keyword argument signals
If a document has a user given id value, the post_save signal always got the
"created" keyword argument with False value (unless force_insert is True).

This patch uses the result of getlasterror to check whether the save was an
update or not.
2012-11-08 16:30:29 +01:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00: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
test_all_warnings.py Updated ReferenceField's to optionally store ObjectId strings. 2012-08-23 11:02:38 +01:00
test_connection.py Updated configs 2012-05-29 17:06:03 +01:00
test_dereference.py Fixed reload issue with ReferenceField where dbref=False (MongoEngine/mongoengine#138) 2012-09-24 18:49:29 +00:00
test_django.py Cleaned up the metaclasses for documents 2012-08-17 11:53:46 +01:00
test_document.py Updated test 2012-10-01 16:20:48 +00:00
test_dynamic_document.py Updated test cases for dynamic docs 2012-08-13 16:53:36 +01:00
test_fields.py Unicode fix reverted but can have custom validator 2012-10-01 14:48:53 +00:00
test_queryset.py Added chaining regression test (MongoEngine/mongoengine#135) 2012-10-01 16:27:59 +00:00
test_replicaset_connection.py Added Python 3 support to MongoEngine 2012-08-01 17:21:48 -07:00
test_signals.py More precise "created" keyword argument signals 2012-11-08 16:30:29 +01:00