1. 29 Feb, 2016 3 commits
  2. 24 Feb, 2016 1 commit
  3. 22 Feb, 2016 1 commit
  4. 19 Feb, 2016 1 commit
  5. 04 Feb, 2016 2 commits
  6. 25 Jan, 2016 2 commits
  7. 22 Jan, 2016 1 commit
  8. 21 Jan, 2016 4 commits
  9. 20 Jan, 2016 1 commit
  10. 23 Dec, 2015 2 commits
  11. 20 Nov, 2015 3 commits
  12. 19 Nov, 2015 1 commit
  13. 18 Nov, 2015 1 commit
  14. 17 Nov, 2015 2 commits
    • Patch wsgi handler to ignore broken pipe errors. · 6838aa8b
      We would often see 'Broken pipe' errors pulluting the logs when running tests.
      Broken pipe errors occur when browser aborts connection. It can be because
      the browser was navigated to a different url before the current page finished
      loading, but it could also be because it started downloading an image, but decided
      that the image didn't change after loading part of it, and aborts the connection
      to use the version from the cache.
      
      The broken pipe errors are benign and are actually suppressed by default in Django 1.8.
      Matjaz Gregoric committed
    • Fix flaky scroll_into_view test. · df6addce
      The scrolling is not entirely precise, it's sometimes off by a pixel or two.
      Increase the tolerance to 2 pixels.
      Matjaz Gregoric committed
  15. 13 Nov, 2015 2 commits
  16. 12 Nov, 2015 4 commits
  17. 11 Nov, 2015 4 commits
  18. 09 Nov, 2015 1 commit
  19. 06 Nov, 2015 3 commits
  20. 03 Nov, 2015 1 commit