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 colon mis-caching issue #33

Merged
merged 3 commits into from
Jun 18, 2019
Merged

Fix colon mis-caching issue #33

merged 3 commits into from
Jun 18, 2019

Commits on Jun 12, 2019

  1. Travis: use xenial dist

    akx committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    9ae8751 View commit details
    Browse the repository at this point in the history
  2. Split tests a bit

    akx committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    cd47c4c View commit details
    Browse the repository at this point in the history
  3. Fix mis-caching of arguments containing colons

    The usage of quote() is inspired by Django's own `make_template_fragment_key`.
    
    Fixes peterbe#32
    akx committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    3170917 View commit details
    Browse the repository at this point in the history