jmoiron plays the blues
#15 to django-selector change the failover `default_autowrap` value to True rather than False on the branch where the user has no django settings module (like, for instance, for django-selector's tests); I think this is consistent with the documentation, which claims that it will disable autowrapping if you have the settings.py setting set to False, or if you pass False.
#14 to django-selector Modifying dselector to become a drop-in replacement for django.conf.urls.defaults.
#0 to paster-templates first checkin of base package paster template including sphinx doc (w/ Bart's nature theme), setup stuff, test stubs, licence, and .hgignore
@voidspace glad to hear Johnny-Cache is working out well, unfortunate that it didn't really hit the bottleneck :)
#13 to django-selector adding autowrap controls, @dgouldin to credits, documentation on autowrap controls, version bump (autowrap changes work slightly different)
@varikin re django-selector, whoops :) that's what I get for not using paster templates
@dgouldin added autowrapping controls, bitbucket: http://bit.ly/9rzFZN http://bit.ly/csb19U ... thoughts?
#8 to django-selector fix number regex and chunk documentation, as per michaelgruenewald's reddit comment