Commit d731cf5c authored by Daniel Hahler's avatar Daniel Hahler Committed by Tim Graham
Browse files

Added upgrade tip in BaseCommand.option_list deprecation comment.

parent 76737593
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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