- 20 Eki, 2018 1 kayıt (commit)
-
-
Adam Allred yazdı
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. Backport of 4e78e389 from master.
-
- 19 Eki, 2018 1 kayıt (commit)
-
-
Tim Graham yazdı
Backport of a29fce89 from master.
-
- 18 Eki, 2018 1 kayıt (commit)
-
-
Andy Chosak yazdı
As of cf546e11, this is the canonical way to invoke the static tag. Backport of 084573c7 from master.
-
- 17 Eki, 2018 3 kayıt (commit)
-
-
Tim Graham yazdı
Backport of 44f98f78 from master.
-
- 16 Eki, 2018 1 kayıt (commit)
-
- 14 Eki, 2018 2 kayıt (commit)
-
-
Peter Inglesby yazdı
Backport of a1ffbfb8 from master
- 11 Eki, 2018 1 kayıt (commit)
-
-
Adam Johnson yazdı
Backport of cecd6561 from master.
-
- 10 Eki, 2018 4 kayıt (commit)
-
-
Andrea Rabbaglietti yazdı
Backport of 1b49b792 from master.
-
Kate Berry yazdı
Backport of b8b1d8ca from master.
-
Jon Dufresne yazdı
Backport of 82f286cf from master.
-
Jon Dufresne yazdı
Backport of e90af8ba from master.
-
- 04 Eki, 2018 1 kayıt (commit)
-
-
Jon Dufresne yazdı
Support for passing bytestrings to the database API was removed in 301de774. Backport of f5d9ee11 from master
-
- 03 Eki, 2018 7 kayıt (commit)
-
-
ovalseven8 yazdı
Backport of d093e01e from master.
-
Adam Johnson yazdı
Backport of 18e4ade7 from master.
-
Carlton Gibson yazdı
This reverts commit f3f31b0f.
-
Carlton Gibson yazdı
This reverts commit a47dd99c.
-
Jon Dufresne yazdı
SessionBase.decode() is the inverse operation to SessionBase.encode(). As SessionBase.encode() always returns a string, SessionBase.decode() should always be passed a string argument. Fixed the file backend, which was the only backend still passing a bytestring. Backport of bdae19cf from master
-
Jon Dufresne yazdı
The mysqlclient cursor attribute `_last_executed` is always stored as bytes. Decode it. TextField values are already type str. No need to decode. Backport of efd8a82e from master
-
Jon Dufresne yazdı
Support for bytestring templates was removed in 3a148f95. Backport of 3212008b from master
-
- 02 Eki, 2018 3 kayıt (commit)
-
-
Tim Graham yazdı
Backport of 31edb106 from master.
-
Jon Dufresne yazdı
Backport of 7598cd47 from master.
-
Tim Graham yazdı
Backport of 72066010 from master.
-
- 01 Eki, 2018 14 kayıt (commit)
-
-
Cammil Taank yazdı
Backport of f83a689f from master
-
Jon Dufresne yazdı
Backport of b3b47bf5 from master.
-
Carlton Gibson yazdı
Backport of 92ccc391 from master
-
Carlton Gibson yazdı
Backport of 0b3b7c4b from master
-
Carlton Gibson yazdı
Backport of dc28c0fa from master
-
Carlton Gibson yazdı
Backport of 2e86710d from master
-
Carlton Gibson yazdı
Backport of 7040e638 from master
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
-
Carlton Gibson yazdı
Backport of fb7fd884 from master
-
Tim Graham yazdı
Backport of a7284cc0 from master
-
Carlton Gibson yazdı
Thanks Claude Paroz & Tim Graham for collaborating on the patch. # Conflicts: # tests/auth_tests/test_views.py
-
Carlton Gibson yazdı
Backport of a4932be4 from master
-
Carlton Gibson yazdı
Backport of d37ed400 from master
-
- 29 Eyl, 2018 1 kayıt (commit)
-
-
Claude Paroz yazdı
-