Package snakelegs
A python ORM for MongoDB that comes with "no legs
attached"
Changes in version 0.1.3: A few bugs fixed. The User class has been
removed. I felt that it was unnecessary. Users of this library probably
have a better idea of what fields they want in their User model than I
do. ReferenceField can now be directly assigned a Document instance and
not just an ObjectID.
Changes in version 0.1.2: Introducing support for ReferenceField and
RegexField ListField no longer does validation on list items Document now
has a classmethod find_by_id which simplifies finding a Document by its
unique id
Changes in version 0.1.1: You no longer neet to set the
SNAKELEGS_SETTINGS environmental variable. Snakelegs now "just
works" without any need for user configuration
|
|
__package__ = 'snakelegs'
|