1
0
mirror of https://github.com/django/django.git synced 2025-02-18 21:34:31 +00:00
Loic Bistuer c34e13e17c Fixed #23107 -- Made runserver output respect --no-color.
This commit reverts 67d7da5fb9498b811f0168f5df2308ad4743027f.

The previous fix changed the environment globally, which meant
that any call to `call_command(no_color=True)` prevented further
`call_command` with color.

This fix still relies on the environment because it's currently the only
way to reach WSGIRequestHandler, but it's now limited to the `runserver`
command. This seems an acceptable compromise considering `runserver` runs
indefinitely.

Thanks Tim Graham for the review.
2014-10-22 01:03:15 +07:00
..
2013-12-24 12:25:17 +01:00
2014-10-08 18:10:50 -04:00
2014-10-08 05:11:09 +07:00
2014-08-18 13:44:10 -04:00
2014-09-29 08:13:40 -04:00
2013-11-02 23:50:49 -05:00
2013-11-02 23:50:49 -05:00
2014-10-15 16:36:11 -04:00
2013-12-24 12:25:17 +01:00
2013-11-03 10:17:58 -08:00
2013-11-02 23:48:47 -05:00
2014-09-24 06:32:42 -04:00
2014-09-29 08:13:40 -04:00
2014-09-09 20:55:57 +02:00
2014-02-28 09:54:53 +01:00
2013-11-02 23:48:47 -05:00
2013-11-02 23:48:47 -05:00
2013-11-02 23:48:47 -05:00
2013-02-26 10:00:14 +01:00