Compare commits

...

1 Commits

Author SHA1 Message Date
Brian Tiemann
4ae487d0b2 Add stronger deprecation warning on use of housekeeping management command 2026-02-19 07:33:07 -05:00

View File

@@ -18,6 +18,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
self.stdout.write(
"DEPRECATION WARNING\n"
"Running this command is no longer necessary: All housekeeping tasks\n"
"are addressed automatically via NetBox's built-in job scheduler. It\n"
"will be removed in a future release.",