jmoiron plays the blues

jmoiron/humanize 7ca03c4 100% test coverage, fix a few bugs with humanize.time.naturaltime, added a humanize.time.naturaldelta which returns strings like "a day" or "1 year, 3 months" without any tense (ago/from now), version bump
0d7dd139 to micromongo fix the setup.py file so it'l work when pymongo is not installed, version bump
#189 to johnny-cache fix tests for Django 1.4a where settings will no longer report a DATABASE_ENGINE setting; if it's there, still check against it to prevent invalid test errors, but otherwise check all databases and fail if any don't support multithreading
72a5a44d to johnny-cache fix tests for Django 1.4a where settings will no longer report a DATABASE_ENGINE setting; if it's there, still check against it to prevent invalid test errors, but otherwise check all databases and fail if any don't support multithreading
#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
#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
4107ebed to johnny-cache add an `enable` and `disable` function to make doing this from scripts, et al easier; related to pull req #8