Skip to content
  1. Feb 24, 2019
  2. Apr 29, 2016
    • hydrargyrum's avatar
      fix a few __repr__/__str__ returning unicode · 5c3f2c96
      hydrargyrum authored
      In Python 2, __repr__ and __str__ shouldn't return unicode.
      This caused a problem for example when logging-debug a filter on Thumbnail.url,
      as the logger couldn't encode the unicode repr.
      5c3f2c96
  3. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  4. Sep 02, 2014
  5. Jul 05, 2014
  6. Jan 08, 2014
  7. Jan 06, 2014
  8. Jan 05, 2014
  9. Dec 22, 2013
  10. Dec 16, 2013
  11. Mar 15, 2013
  12. Mar 26, 2012
  13. Apr 21, 2011
  14. Apr 10, 2011
  15. Apr 08, 2011
  16. Oct 08, 2010