ericholscher / django-test-utils

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

Django 1.4 load_template_source import error #34

Closed millioner closed 11 years ago

millioner commented 11 years ago

Django dev server started with "testmaker" command raises an import error on Django 1.4. Because of load_template_source function is wrapped by Loader class now. This is a small fix for that issue