From d731cf5caf043189fda3708cc0dace5d8f94db6b Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Sep 2015 17:11:11 +0200 Subject: [PATCH] Added upgrade tip in BaseCommand.option_list deprecation comment. --- django/core/management/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/core/management/base.py b/django/core/management/base.py index a4fc3e953d..7eaea741e0 100644 --- a/django/core/management/base.py +++ b/django/core/management/base.py @@ -172,6 +172,7 @@ class BaseCommand(object): This is the list of ``optparse`` options which will be fed into the command's ``OptionParser`` for parsing arguments. Deprecated and will be removed in Django 1.10. + Use ``add_arguments`` instead. ``output_transaction`` A boolean indicating whether the command outputs SQL