jmoiron plays the blues

53c35654 to micromongo do not pass self to pre_save and post_save hooks
7375f7bd to jmoiron.net fix twitter save/render stream entry model for new micromongo
31bd509e to jmoiron.net move from my little broken classes to micromongo (https://github.com/jmoiron/micromongo), built purposefully for this project but usable by anyone for anything
79bd11d9 to jmoiron.net add some jinja filters and fix up the twitter and github stream plugin templates
6794e7d8 to micromongo modify setup.py, moving to 'alpha' status since features are all done and tests all pass, added more trove classifiers in preparation for pypi
7e7b0345 to micromongo add find classmethod, add order_by to the Cursor so now mongo query chains with an order_by more or less work as a django orm query would
3233bc62 to micromongo add a repr on the Model, big documentation update on the README; most of micromongo is now explained
f1188834 to micromongo implemented and added tests for spec-based validation, Model.new()
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
created micromongo, tiny fast python orm-ish tools for mongodb
0a8ae50f to micromongo add SONManipulator that un-models recursive documents (see: https://jira.mongodb.org/browse/PYTHON-175), a version check which is still kind of hypothetical, unit tests for models, much more information in the README
c1c04784 to micromongo fix the cursor class in the backend; we were accessing attributes before calling super before, which is bad
fa5450a7 to micromongo add untested broken spec verification; need to write the docs for this part first before I continue
86bc77c2 to micromongo fix auto-application of classes based on the class_router by fixing the derived Cursor class, remove unnecessary doctests on uncamel (there are other unit tests for it)
created micromongo, tiny fast python orm-ish tools for mongodb
9bc12339 to micromongo initial commit, working accounting module metaclass, working pymongo object wrappers to insert a class router for objects coming out of a cursor