diff options
| author | Daniel Hahler <git@thequod.de> | 2015-09-15 17:11:11 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-15 12:06:29 -0400 |
| commit | d731cf5caf043189fda3708cc0dace5d8f94db6b (patch) | |
| tree | 52949a9ef2bbd2d891adc282631116427249a6a0 | |
| parent | 76737593214a931dfa768708e0e5d7f9d7fa79c4 (diff) | |
Added upgrade tip in BaseCommand.option_list deprecation comment.
| -rw-r--r-- | django/core/management/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
