4bb496de to jmoiron.net fix a migratedb issue with flask-login, fix the blog post list by taking out ill conceived "latest"
29f6e9a0 to jmoiron.net big batch of admin scaffolding additions, including the basic structure & the concept of managers & modules
@jmoiron luckily 3.2 fallback mode is tolerable; things actually get quite usable with a little effort
@jmoiron sorta tried gnome 3.2 again, still unimaginably awful.. virtual desktops completely broken (switching freezes machine)
@jmoiron released gaspar; ship cpu intensive tasks to simple preforked workers; easy & infrastructureless http://t.co/9X8rjpj9
@jmoiron Wish there was a saner way to group tasks in a #fabric fabfile so that "fab --list" wasn't impossible to sort through.
@jmoiron @mikeywaites should only fail if you bypass django.db.models.sql.compiler somehow; does your custom QS inherit from models.query.QuerySet?
aa8fe8fa to jmoiron.net rename script.py to manage.py to be friendlier to my django history and various aliases
abf7bb82 to jmoiron.net fix the reorg; it actually works already; app all anchored at 'jmoiron' namespace, which seems nicer
@jmoiron @mikeywaites it should; it patches django's sql query compiler (the thing that turns ORM chains into SQL), which is pretty deep.