Hi,
Please check this new ticket I created today:
I think Django commands should separate words by underscores, like function names and variables names in Python, according to PEP 8.
This is also relevant to TestCase methods such as setUp and tearDownClass. Although there I assume Django inherits them from Python the language, and maybe the changes should be done also there.
Thanks,