django1/django/core/management
Rivo Laks 76c526f80e [1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for better backwards compatibility.
Using `BaseCommand.options_list` makes Django use the legacy optparse
parser, which does not set the verbosity attribute correctly. Now the
verbosity argument is always cast to int. Regression in 8568638 (#19973).

Initial report and patch from blueyed.

Backport of a0047c6242 from master
2015-06-09 19:05:16 -04:00
..
commands [1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:30:19 -04:00
__init__.py [1.8.x] Refs #24324 -- Fixed management command discovery on non-ASCII paths. 2015-02-17 07:29:30 -05:00
base.py [1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for better backwards compatibility. 2015-06-09 19:05:16 -04:00
color.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
sql.py Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
templates.py [1.8.x] Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:22:19 +01:00
utils.py [1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:30:19 -04:00