From 0ede760148cbdbe8977eebca3a8231b6e3126e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sat, 8 Nov 2025 23:05:39 +0300 Subject: [PATCH] Don't silently ignore skip_checks attribute --- djclick/adapter.py | 2 -- 1 file changed, 2 deletions(-) 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