mongoengine/docs/guide
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
..
connecting.rst Updated docs and added fix for _types and positional operator 2012-03-08 12:39:25 +00:00
defining-documents.rst Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
document-instances.rst Document the ValidationError class 2012-03-09 22:20:54 +13:00
gridfs.rst Reverted document.delete auto gridfs delete 2012-05-14 12:02:07 +01:00
index.rst Added Blinker signal support 2011-06-06 11:34:43 +01:00
installing.rst Updates to documentation in prep for 0.5 2011-09-09 05:45:56 -07:00
querying.rst Updated the documents 2012-08-02 14:11:02 +01:00
signals.rst Updated docs 2012-09-14 10:18:44 +00:00