jmoiron plays the blues

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()
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)
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
e26f3782 to jmoiron.net get saving working again, anchor stream at /stream and define a new / handler that shows the stream index
577f8b94 to jmoiron.net fix ipy_user_conf to set up a request/app context and fire off before_request, add stream static icons and templates, start to port the plugin render templates over to the new flask framework, base script off of flask-script instead of werkzeug.script
a775b415 to jmoiron.net get a basic model/manager thing going to abstract away some low level db stuff I don't want to repeat and to make saving objects a bit more bulletproof (embed on-save data, like re-compilation of cached argot, within the model, etc)