1. 08 Agu, 2015 1 kayıt (commit)
  2. 27 Tem, 2015 1 kayıt (commit)
  3. 21 Tem, 2015 1 kayıt (commit)
  4. 16 Tem, 2015 1 kayıt (commit)
  5. 01 Tem, 2015 1 kayıt (commit)
  6. 30 Haz, 2015 1 kayıt (commit)
  7. 29 Haz, 2015 1 kayıt (commit)
  8. 27 Haz, 2015 1 kayıt (commit)
  9. 24 Haz, 2015 1 kayıt (commit)
  10. 06 Haz, 2015 1 kayıt (commit)
  11. 02 Haz, 2015 1 kayıt (commit)
  12. 27 May, 2015 1 kayıt (commit)
  13. 21 May, 2015 1 kayıt (commit)
  14. 20 May, 2015 1 kayıt (commit)
  15. 28 Nis, 2015 1 kayıt (commit)
  16. 22 Nis, 2015 1 kayıt (commit)
  17. 20 Nis, 2015 1 kayıt (commit)
  18. 14 Nis, 2015 2 kayıt (commit)
  19. 01 Nis, 2015 1 kayıt (commit)
  20. 27 Mar, 2015 1 kayıt (commit)
  21. 20 Mar, 2015 1 kayıt (commit)
    • Preston Timmons's avatar
      Cleaned up the template debug implementation. · 55f12f87
      Preston Timmons yazdı
      This patch does three major things:
      
      * Merges the django.template.debug implementation into django.template.base.
      
      * Simplifies the debug implementation.
      
        The old implementation copied debug information to every token and node.
        The django_template_source attribute was set in multiple places, some
        quite hacky, like django.template.defaulttags.ForNode.
      
        Debug information is now annotated in two high-level places:
      
        * Template.compile_nodelist for errors during parsing
        * Node.render_annotated for errors during rendering
      
        These were chosen because they have access to the template and context
        as well as to all exceptions that happen during either the parse or
        render phase.
      
      * Moves the contextual line traceback information creation from
        django.views.debug into django.template.base.Template. The debug views now
        only deal with the presentation of the debug information.
      55f12f87
  22. 16 Mar, 2015 1 kayıt (commit)
  23. 10 Mar, 2015 2 kayıt (commit)
  24. 09 Mar, 2015 1 kayıt (commit)
  25. 07 Mar, 2015 1 kayıt (commit)
  26. 06 Mar, 2015 1 kayıt (commit)
  27. 05 Mar, 2015 1 kayıt (commit)
    • Preston Timmons's avatar
      Fixed test_notafile_error to pass on Windows. · fb7d6817
      Preston Timmons yazdı
      This test failed because a different error code is raised on Windows when
      opening a directory. Since the particular message isn't as important to this
      test as the fact that the original IOError is reraised, this fixes the test
      by making the assertion more generic.
      fb7d6817
  28. 03 Mar, 2015 1 kayıt (commit)
  29. 02 Mar, 2015 2 kayıt (commit)
  30. 24 Şub, 2015 8 kayıt (commit)