diff --git a/djclick/adapter.py b/djclick/adapter.py index bb9b148..6f0f651 100644 --- a/djclick/adapter.py +++ b/djclick/adapter.py @@ -91,8 +91,6 @@ def execute(self, *args, **kwargs): `self.create_parser('', name)` updated with the kwargs passed to `call_command`. """ - # Remove internal Django command handling machinery - kwargs.pop("skip_checks", None) parent_ctx = click.get_current_context(silent=True) with self.make_context("", list(args), parent=parent_ctx) as ctx: # Rename kwargs to to the appropriate destination argument name