Added tag v0-5-20090802 for changeset 2fb96db18711
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.")