• 
      

    Fix tests for template tags

    Review Request #7911 — Created Jan. 26, 2016 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x

    Reviewers

    In my last patch, I introduced the MemoryTemplateLoader and associated
    decorators. However, they break on Django 1.8+ and are not really worth
    porting over (if it is even possible).

    Now, we use a testing templates directory and use Django's builtin
    template loaders.

    • Ran unit tests on Django 1.6.
    • Ran unit tests on Django 1.8.