1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Baptiste Mispelon 2a9ee49f3c Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554f09.
This option is not actually very useful in the general case
because it doesn't override sys.stdin.

It's still marginally useful for testing some features of
the createsuperuser command so it was moved there.
This commit also makes the detection of a TTY in createsuperuser
a bit more robust, after a suggestion of appolo13.
2014-02-18 11:36:06 +01:00
..
2013-12-24 12:25:17 +01:00
2013-12-24 12:25:17 +01:00
2013-12-10 15:12:48 -05:00
2013-12-10 15:12:48 -05:00
2013-11-28 08:50:11 -05:00
2013-12-10 15:12:48 -05:00
2013-12-10 15:12:48 -05:00
2014-01-27 22:02:07 +01:00
2013-12-10 15:12:48 -05:00
2013-12-14 11:59:15 -05:00
2013-12-25 12:18:14 -05:00
2013-12-24 12:25:17 +01:00
2013-12-14 11:59:15 -05:00
2013-12-14 11:59:15 -05:00
2013-12-17 11:16:48 +01:00
2013-11-02 23:48:47 -05:00
2014-02-01 19:42:41 +01:00