Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix template rendering for compatibility with Django 1.10+ #70

Merged
merged 7 commits into from
Nov 4, 2016

Commits on Oct 31, 2016

  1. update test matrix

    jacobwegner committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    81e4d53 View commit details
    Browse the repository at this point in the history
  2. pass dict to render_to_string (BI change)

    In Django 1.10+, render_to_string no longer accepts a context instance
    as an argument.
    
    To maintain existing behavior (templates ending in .txt aren't auto-escaped), developers
    should explicitly wrap their short.txt and full.txt templates in an autoescape block.
    
    https://docs.djangoproject.com/en/1.9/ref/templates/language/#for-template-blocks
    jacobwegner committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    9878504 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    4a947ff View commit details
    Browse the repository at this point in the history
  2. backfill changelog

    jacobwegner committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    74ffd9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50f1cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb7caae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28dd70c View commit details
    Browse the repository at this point in the history