ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

load_template_source is no longer in Django as of 1.4 #29

Open mountainpaul opened 12 years ago

mountainpaul commented 12 years ago

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

vmassuchetto commented 9 years ago

Applying https://github.com/bmihelac/django-test-utils/commit/9c4db3015f47b43d7fa2b605ec1523d61e2eba17 solved the problem for me.