update_index: honor parent options (#26913)

This commit is contained in:
Christophe Siraut 2018-10-02 13:49:01 +02:00
parent 3e7c53b100
commit 0aa43a78ac
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ from combo.apps.search.models import SearchCell
class Command(UpdateIndexCommand):
def add_arguments(self, parser):
super(Command, self).add_arguments(parser)
parser.add_argument(
'--skip-external-links-collection', action='store_true', default=False,
dest='skip_external_links_collection')