jmoiron plays the blues

#187 to johnny-cache add more docs on multi-db setup
#186 to johnny-cache use "default" as default cache key rather than "ALL"
#181 to johnny-cache disable multi-db savepoint tests for 1.1.3 (which does not have multi-db support) instead of confusingly failing
#180 to johnny-cache alter pull req #8 a bit to fit in with the enable/disable convenience functions
#179 to johnny-cache Merged in akaihola/johnny-cache (pull request #8)
#177 to johnny-cache add an `enable` and `disable` function to make doing this from scripts, et al easier; related to pull req #8
#178 to johnny-cache Documentation: Added a warning and instructions about Johnny outside Django's request-response loop A common gotcha only mentioned in some closed Bitbucket issues is that Johnny is not enabled in e.g. scripts, management commands, asynchronous workers and the shell. I gathered and added to the documentation some information about this from the following issues in Bitbucket: https://bitbucket.org/jmoiron/johnny-cache/issue/39 https://bitbucket.org/jmoiron/johnny-cache/issue/49 https://bitbucket.org/jmoiron/johnny-cache/issue/50
9585eaf6 to johnny-cache disable multi-db savepoint tests for 1.1.3 (which does not have multi-db support) instead of confusingly failing
37d94180 to johnny-cache alter pull req #8 a bit to fit in with the enable/disable convenience functions
e3b601e0 to johnny-cache Merged in akaihola/johnny-cache (pull request #8)
4107ebed to johnny-cache add an `enable` and `disable` function to make doing this from scripts, et al easier; related to pull req #8
#185 to johnny-cache clean up diff
#184 to johnny-cache add unit test
#183 to johnny-cache use the right db cache key for query keys
#182 to johnny-cache add ability to override cache keys used for databases
38c8f2ee to jmoiron.net blog-edit form sorta working though integration of comment summary is copy pasta and shitty (i'll have to rethink how I build these things as the actions do involve some admin scaffold junk)
e9c98c6d to jmoiron.net start edit/add forms, fleshing out more forms library in the admin, automatically redirect the manager index to the module index (list) if the manager has only one module
4444093e to jmoiron.net stub out better organization of admin templates
fed48168 to jmoiron.net beginning a little modest restructuring, forms library for wtf/bootstrap integration (for coming add/edit forms), redoing some things as macros so it's easier to reuse elsewhere
574897d4 to jmoiron.net some admin appearance fixes and comments additions
f1b8ff07 to micromongo fix setup.py, version bump for a release that has "find_one"
4bb496de to jmoiron.net fix a migratedb issue with flask-login, fix the blog post list by taking out ill conceived "latest"
bfccddc4 to jmoiron.net some modifications to make the migration a bit smoother on new boxes