Просмотр исходного кода

Add stronger deprecation warning on use of housekeeping management command

Brian Tiemann 1 неделя назад
Родитель
Сommit
4ae487d0b2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      netbox/extras/management/commands/housekeeping.py

+ 1 - 0
netbox/extras/management/commands/housekeeping.py

@@ -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.",