diff --git a/lettuce/django/management/commands/harvest.py b/lettuce/django/management/commands/harvest.py index 59883a25f..2cb0b7b6f 100644 --- a/lettuce/django/management/commands/harvest.py +++ b/lettuce/django/management/commands/harvest.py @@ -38,7 +38,7 @@ class Command(BaseCommand): help = u'Run lettuce tests all along installed apps' args = '[PATH to feature file or folder]' - requires_model_validation = requires_system_checks = False + requires_system_checks = False option_list = BaseCommand.option_list + ( make_option('-a', '--apps', action='store', dest='apps', default='',