Commit e7ab5b39 by Ned Batchelder

Add back a missing import

parent 45fb2269
......@@ -3,6 +3,7 @@ Models.
"""
from django.db import models
from django.db.models import TextField
from django.utils.translation import ugettext_lazy as _
from config_models.models import ConfigurationModel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment