django1/django/core
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
..
cache [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
checks [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
files [1.8.x] Fixed typo in django.core.files.File docstring. 2015-04-02 20:39:00 -04:00
handlers [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
mail [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
management [1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for better backwards compatibility. 2015-06-09 19:05:16 -04:00
serializers [1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:45:35 -05:00
servers [1.8.x] Fixed typo in django.core.servers.basehttp message. 2015-02-19 19:37:22 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
exceptions.py Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
paginator.py Ensured that Paginator.page_range works the same on Python 2 and 3. 2014-08-03 21:10:00 +02:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
urlresolvers.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
validators.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00