django-test-utils
django-test-utils copied to clipboard
load_template_source is no longer in Django as of 1.4
In the template tags directory init.py on line four tries to import load_template_source. This function was previously deprecated, and now dropped in version 1.4
Applying https://github.com/bmihelac/django-test-utils/commit/9c4db3015f47b43d7fa2b605ec1523d61e2eba17 solved the problem for me.