| Age | Commit message (Collapse) | Author |
|
|
|
(No behavior change since HTTP headers are case insensitive.)
|
|
|
|
|
|
|
|
sys.stdin.read() blocks waiting for EOF in shell.py which will
likely never come if the user provides input on stdin via the
keyboard before the shell starts. Added check for a tty to
skip reading stdin if it's not present.
This still allows piping of code into the shell (which should
have no TTY and should have an EOF) but also doesn't cause it
to hang if multi-line input is provided.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ross Thorne <rmwthorne@googlemail.com>
|
|
|
|
|
|
|
|
Also fixed test failures if sqlparse isn't installed.
|
|
|
|
|
|
|
|
|
|
Unused since 4406d283e13819b04556df21044089b7d119edb0.
|
|
equals sign.
|
|
|
|
|
|
FilePathField with os.scandir().
|
|
|
|
delete_many() for the db cache backend.
|
|
AttributeError.
|
|
|
|
|
|
|
|
and password.
|
|
|
|
|
|
|
|
fixtures.
|
|
and session serializer.
|
|
|
|
Thanks Guyon Morée for the report.
|
|
|
|
|
|
better performance."
This reverts commit 27ca5ce19f5f184018a61611c1bc319113b1d107 due to a
regression.
|
|
|
|
|
|
Thanks MyungSeKyo for the report and the initial patch.
|
|
|
|
management commands.
|
|
|
|
|
|
errors.
Thanks Aymeric Augustin for the report and Carlton Gibson and Tim Graham for
the reviews.
|
|
|