Skip to content
Snippets Groups Projects
  1. Dec 07, 2019
    • Cédric Krier's avatar
      Import backend before transaction · 61b2505b
      Cédric Krier authored
      because transaction import backend which can import transaction back. This
      raises an ImportError as transaction is not still importing.
      
      issue8836
      61b2505b
  2. Dec 06, 2019
  3. Dec 04, 2019
  4. Dec 03, 2019
  5. Dec 02, 2019
  6. Nov 29, 2019
  7. Nov 27, 2019
  8. Nov 26, 2019
  9. Nov 25, 2019
  10. Nov 22, 2019
  11. Nov 21, 2019
  12. Nov 20, 2019
  13. Nov 18, 2019
  14. Nov 17, 2019
  15. Nov 16, 2019
  16. Nov 15, 2019
  17. Nov 05, 2019
  18. Nov 04, 2019
  19. Nov 03, 2019
  20. Nov 02, 2019
  21. Nov 01, 2019
  22. Oct 30, 2019
    • Cédric Krier's avatar
      Replace __unicode__ by __str__ · 7cf1e865
      Cédric Krier authored
      The unicode method is no supported by Python3. There is only __str__.
      
      issue8769
      review262341002
      7cf1e865
    • Cédric Krier's avatar
      Display decoding error in HTML editor · ac4d56e5
      Cédric Krier authored
      If the bytes can not be decoded in UTF-8, we should display a nice error
      message instead of failing with a 500.
      Also if the text is not a string, we must return a 400 as it is a wrong
      request.
      
      issue8577
      review264451002
      ac4d56e5
  23. Oct 25, 2019
  24. Oct 22, 2019
  25. Oct 16, 2019
Loading