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

Django 1.9 (WIP) #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Django 1.9 (WIP) #7

wants to merge 3 commits into from

Commits on Dec 21, 2015

  1. Add Django 1.9 to the test configuration

    Anthony Lu committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    32d80fa View commit details
    Browse the repository at this point in the history
  2. Remove AnonymousUser special case in marinade

    Anthony Lu committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    861f39c View commit details
    Browse the repository at this point in the history
  3. Temporarily fix cache_inclusion_tag for Django 1.9

    The generic_tag_compiler function was removed, as a part of a larger
    refactoring of the template library. For now, just pull in the
    definition of generic_tag_compiler from 1.8.
    Anthony Lu committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    241c118 View commit details
    Browse the repository at this point in the history