Removed use of _get_subclasses favouring get_document

_get_subclasses not actually required and causes issues
where Base Classes aren't imported but dont actually
need to be.

Fixes #271
This commit is contained in:
Ross Lawley
2011-11-30 07:55:33 -08:00
parent fdc385ea33
commit beacfae400
6 changed files with 11 additions and 70 deletions

View File

@@ -8,6 +8,8 @@ Upgrading
Embedded Documents - if you had a `pk` field you will have to rename it from `_id`
to `pk` as pk is no longer a property of Embedded Documents.
Document._get_subclasses - Is no longer used and the class method has been removed.
0.4 to 0.5
===========