Skip to content

Commit

Permalink
Rename zinnia.templates to zinnia.templating to avoid warning with th…
Browse files Browse the repository at this point in the history
…e templates directory alongside
  • Loading branch information
Fantomas42 committed Oct 12, 2017
1 parent dad2439 commit b3a4a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zinnia/templatetags/zinnia.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from ..models.entry import Entry
from ..settings import ENTRY_LOOP_TEMPLATES
from ..settings import PROTOCOL
from ..templates import loop_template_list
from ..templating import loop_template_list


WIDONT_REGEXP = re.compile(
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Test cases for Zinnia Template"""
from django.test import TestCase

from zinnia.templates import append_position
from zinnia.templates import loop_template_list
from zinnia.templating import append_position
from zinnia.templating import loop_template_list


class TemplateTestCase(TestCase):
Expand Down

0 comments on commit b3a4a33

Please sign in to comment.