Skip to content

Commit

Permalink
Fix add_to_builtins import for Django 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Feb 22, 2014
1 parent 9c1ec6d commit 6514755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezzanine/utils/conf.py
Expand Up @@ -5,7 +5,7 @@
from warnings import warn

from django.conf import global_settings as defaults
from django.template.loader import add_to_builtins
from django.template.base import add_to_builtins

from mezzanine.utils.timezone import get_best_local_timezone

Expand Down

0 comments on commit 6514755

Please sign in to comment.