jmoiron plays the blues

7b0d5495 to jmoiron.net rename run module to jmoiron, make it more like a reguar importable model (that happens to have our app); make necessary changes to script & ipy_user_conf.py; now "./script.py runserver" is the way to run the development server
8c5c2d25 to jmoiron.net fix bitbucket and blog plugins, which now all cache their rendering and render properly; fixed blog-color.png, which was blog-bw.png by some freak overwriting accident in my other repository
0312685f to jmoiron.net add paginated view of stream plugins, though it's really very crappy; needed it to test out bitbucket stuff
b3deef60 to micromongo fixed the SONManipulator to also un-model documents that were nested inside lists
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()