jmoiron plays the blues
created kokuen, django-app performance tracking w/ statsd + graphite
@jmoiron
@jmoiron
@jmoiron
@jmoiron
#157 to johnny-cache version bump to 0.3, documentation update to come into line with some changes in 1.3 and the change in operation in ``get_backend``, change the preferred way johnny's cache is configured to using an option in the CACHES configuration rather than providing its own URI
#156 to johnny-cache get rid of stray pdb and some extraneous stuff i added during testing that isn't needed
#154 to johnny-cache add in a guard to avoid hanging transactions, add a guard that checks for savepoint support in the connection before doing the savepoint test
#153 to johnny-cache add a router and some intelligence to johnny's settings file to automatically set up MULTIDB tests if you have multiple databases configured; also added a convenience decorator that shows johnny's hit/miss signals, useful for debugging failing tests or even examining johnny's operation
@jmoiron
@jmoiron
#152 to johnny-cache the check for the bug in django's TransactionMiddleware was actually failing in 1.3 because that bug is fixed in 1.3; lets not check for it anymore; all non-multidb tests are now working in stable django releases > 1.1.3, and django-trunk to boot
#151 to johnny-cache fixes for django-1.3 which include a fix to the Pylibmc based backend because of the way it interprets zero (as an instantaneous timeout: http://sendapatch.se/projects/pylibmc/misc.html) and fixes the settings file to have a proper memcached sample CACHES setting
@jmoiron