Added tag v0-5-20090906 for changeset 9f7f269383f7
from django.core.management.base import AppCommand, CommandErrorclass Command(AppCommand): help = "RENAMED: see 'sqlcustom'" def handle(self, *apps, **options): raise CommandError("This command has been renamed. Use the 'sqlcustom' command instead.")