mongoengine/tests
Ross Lawley 6f29d12386 Changed the inheritance model to remove types
The inheritance model has changed, we no longer need to store an array of
`types` with the model we can just use the classname in `_cls`.

See the upgrade docs for information on how to upgrade
MongoEngine/mongoengine#148
2012-10-15 13:48:02 +00:00
..
all_warnings Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
document Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
migration Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
__init__.py Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
fixtures.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00: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_fields.py Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
test_queryset.py Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
test_replicaset_connection.py Added Python 3 support to MongoEngine 2012-08-01 17:21:48 -07:00
test_signals.py Added Python 3 support to MongoEngine 2012-08-01 17:21:48 -07:00