mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Added upgrade tip in BaseCommand.option_list deprecation comment.
This commit is contained in:
parent
7673759321
commit
d731cf5caf
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,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…
Add table
Add a link
Reference in a new issue