Malcolm Box

Results 3 issues of Malcolm Box

I have a project using South for DB migrations, and have also installed django-test-utils. However while ./manage.py test works fine, ./manage quicktest doesn't - I get an error: Error: Database...

In Django 1.3+ you can have multiple caches. As the Cache*Modules patch django.core.cache.cache they won't track accesses to any other caches.

The syntax for SwitchContextManager is with switches(my_switch_name=True):, which requires my_switch_name to be a valid Python identifier. Hierarchical switches use ":" to separate path components - which isn't a valid character...