mirror of https://github.com/django/django.git
[1.8.x] Added upgrade tip in BaseCommand.option_list deprecation comment.
Backport of d731cf5caf
from master
This commit is contained in:
parent
8388f24e79
commit
e3bdbac733
|
@ -175,6 +175,7 @@ class BaseCommand(object):
|
||||||
This is the list of ``optparse`` options which will be fed
|
This is the list of ``optparse`` options which will be fed
|
||||||
into the command's ``OptionParser`` for parsing arguments.
|
into the command's ``OptionParser`` for parsing arguments.
|
||||||
Deprecated and will be removed in Django 1.10.
|
Deprecated and will be removed in Django 1.10.
|
||||||
|
Use ``add_arguments`` instead.
|
||||||
|
|
||||||
``output_transaction``
|
``output_transaction``
|
||||||
A boolean indicating whether the command outputs SQL
|
A boolean indicating whether the command outputs SQL
|
||||||
|
|
Loading…
Reference in New Issue