1. 10 Kas, 2018 4 kayıt (commit)
  2. 09 Kas, 2018 1 kayıt (commit)
  3. 08 Kas, 2018 1 kayıt (commit)
  4. 03 Kas, 2018 1 kayıt (commit)
  5. 02 Kas, 2018 1 kayıt (commit)
  6. 01 Kas, 2018 8 kayıt (commit)
  7. 29 Eki, 2018 1 kayıt (commit)
  8. 25 Eki, 2018 2 kayıt (commit)
  9. 24 Eki, 2018 2 kayıt (commit)
  10. 23 Eki, 2018 2 kayıt (commit)
  11. 22 Eki, 2018 1 kayıt (commit)
  12. 21 Eki, 2018 1 kayıt (commit)
  13. 20 Eki, 2018 1 kayıt (commit)
    • Adam Allred's avatar
      [2.1.x] Fixed #29774 -- Fixed django-admin shell hang on startup. · 0d5d8ed3
      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.
      0d5d8ed3
  14. 19 Eki, 2018 1 kayıt (commit)
  15. 18 Eki, 2018 1 kayıt (commit)
  16. 17 Eki, 2018 3 kayıt (commit)
  17. 16 Eki, 2018 1 kayıt (commit)
  18. 14 Eki, 2018 2 kayıt (commit)
  19. 11 Eki, 2018 1 kayıt (commit)
  20. 10 Eki, 2018 4 kayıt (commit)
  21. 04 Eki, 2018 1 kayıt (commit)