Fix tests for template tags

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

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.
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (22bcb37)
Loading...