Skip to content

Commit

Permalink
Merge pull request #904 from tulimaki/ensure-unicode-liters-in-admin-…
Browse files Browse the repository at this point in the history
…utils

Admin: Ensure unicode literals in bs3 renderer utils (SH-80 / SH-442)
  • Loading branch information
gurch101 committed Nov 7, 2016
2 parents 27f2065 + 4d021ea commit 3f10927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shuup/admin/utils/bs3_renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#
# This source code is licensed under the AGPLv3 license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import unicode_literals

from bootstrap3.renderers import FieldRenderer
from bootstrap3.utils import add_css_class
from django.forms import DateField, DateTimeField, ModelMultipleChoiceField
Expand Down

0 comments on commit 3f10927

Please sign in to comment.