Skip to content
Snippets Groups Projects
  1. Dec 07, 2019
  2. Sep 26, 2016
  3. Sep 18, 2016
    • Ivan Savov's avatar
      Changes needed to support Django 1.10 · 4380243d
      Ivan Savov authored
        - Added Django 1.10 to travis CI
        - added a "fake" option_list attribute to BaseBowerCommand
          so accesing this code elewhere won't break (doesn't exist in Dj 1.10)
        - Added support for the new add_arguemnts api for management commands,
          it seems the two APIs can coexist fine.
        - Changed travis config so it prints stderr to console and uses tee to send copy to file `test_out`
      4380243d
  4. Jun 15, 2016
  5. Apr 22, 2016
  6. Apr 06, 2016
  7. Feb 06, 2016
  8. Feb 05, 2016
  9. Dec 17, 2015
  10. Oct 12, 2015
  11. Sep 18, 2015
  12. Jun 06, 2015
  13. May 29, 2015
  14. Apr 30, 2015
  15. Apr 29, 2015
  16. Apr 16, 2015
  17. Apr 06, 2015
  18. Mar 24, 2015
  19. Mar 22, 2015
    • blowerfix's avatar
      Fix deadlock in freeze · d5f2934a
      blowerfix authored
      This deadlock was caused by Popen.wait() instead of
      Popen.communicate().  The difference is that Popen.wait() will block
      after the buffer is filled while Popen.communicate() will read all the
      input.
      d5f2934a
Loading